mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
Merge pull request #4722 from nextcloud/fix/noid/formattingCharacter
Message count is an Int hence use 'd' not 's' as formatting character
This commit is contained in:
commit
eae91c8277
@ -442,7 +442,7 @@ How to translate with transifex:
|
|||||||
<string name="nc_add_attachment">Add attachment</string>
|
<string name="nc_add_attachment">Add attachment</string>
|
||||||
<string name="emoji_category_recent">Recent</string>
|
<string name="emoji_category_recent">Recent</string>
|
||||||
<string name="emoji_backspace">Backspace</string>
|
<string name="emoji_backspace">Backspace</string>
|
||||||
<string name="see_similar_system_messages">See %1$s similar messages</string>
|
<string name="see_similar_system_messages">See %1$d similar messages</string>
|
||||||
|
|
||||||
<!-- Conversation info guest access -->
|
<!-- Conversation info guest access -->
|
||||||
<string name="nc_guest_access">Guest access</string>
|
<string name="nc_guest_access">Guest access</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user