Skip to content

Commit

Permalink
use new 'edit message' strings
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Feb 20, 2025
1 parent 2f85654 commit f8cee59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<string name="later">Later</string>
<!-- "Resend" means "Sending the selected message(s) again to the same chat". The string is used in a menu and should be as short as possible. Resending may be needed after failures or to repost old messages to new members. -->
<string name="resend">Resend</string>
<string name="edited">Edited</string>
<string name="edit_message">Edit Message</string>
<!-- Verb "to archive", as in "put a chat in the archive", not a noun "The Archive". -->
<string name="archive">Archive</string>
<!-- Verb "to unarchive", as in "remove a chat from the archive", opposite of the previous string -->
Expand Down

0 comments on commit f8cee59

Please sign in to comment.