mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add dialog for when you hit edit message limit.
This commit is contained in:
@@ -343,6 +343,11 @@
|
||||
<item quantity="one">Edits can only be applied within %1$d hour from the time you sent this message.</item>
|
||||
<item quantity="other">Edits can only be applied within %1$d hours from the time you sent this message.</item>
|
||||
</plurals>
|
||||
<!-- Warning dialog text shown to user if they try to edit a message too many times. Where %1$d is replaced with the number of edits -->
|
||||
<plurals name="ConversationActivity_edit_message_too_many_edits">
|
||||
<item quantity="one">Only %1$d edit can be applied to this message.</item>
|
||||
<item quantity="other">Only %1$d edits can be applied to this message.</item>
|
||||
</plurals>
|
||||
|
||||
<string name="ConversationActivity_invalid_recipient">Invalid recipient!</string>
|
||||
<string name="ConversationActivity_added_to_home_screen">Added to home screen</string>
|
||||
|
||||
Reference in New Issue
Block a user