mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Fix call string format template.
This commit is contained in:
committed by
jeffrey-signal
parent
b1feb76535
commit
3e54cc5c77
@@ -7496,7 +7496,7 @@
|
||||
|
||||
<!-- Call Log -->
|
||||
<!-- Displayed below the user\'s name in row items on the call log. First placeholder is the call status, second is when it occurred -->
|
||||
<string name="CallLogAdapter__s_dot_s">%s · %s</string>
|
||||
<string name="CallLogAdapter__s_dot_s">%1$s · %2$s</string>
|
||||
<!-- Displayed for incoming calls -->
|
||||
<string name="CallLogAdapter__incoming">Incoming</string>
|
||||
<!-- Displayed for outgoing calls -->
|
||||
|
||||
Reference in New Issue
Block a user