Skip to content

Commit 8b5c887

Browse files
committed
add 'Save Message' string
the string can be used for the action to put a message to 'Saved Messages'. it will be useful esp. on desktop, where plain 'Save' often has the mindset of 'Files', esp. for older ppl :) the added noun tries to break that. additionally, desktop can resort menu items, but that alone would not solve the issue. there are also thoughs about renaming that alltogether, eg. to bookmark, but that is a larger and more breaking change, also the messages are not just 'bookmarked' on purpose, to eg. survive auto deletion.
1 parent 70a0522 commit 8b5c887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@
471471
<string name="chat_no_messages">No messages.</string>
472472
<string name="chat_self_talk_subtitle">Messages to Self</string>
473473
<string name="archive_empty_hint">Archived chats will appear here.</string>
474+
<!-- Action to add a message to "Saved Messages". The longer form (instead of "Save" only) is needed esp. on desktop to make clear this is not about saving a file to disk -->
475+
<string name="save_message">Save Message</string>
474476
<string name="saved_messages">Saved Messages</string>
475477
<string name="saved_messages_explain">• Forward messages here for easy access\n\n• Take notes or voice memos\n\n• Attach media to save them</string>
476478
<!-- Should match "Saved" from "Saved messages" -->

0 commit comments

Comments
 (0)