consolidate wording for "Message Info" #3961
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gist is to use an easier, less cluttering language - before, we had context menu items named 'Info', 'Message Details' or just 'i', opening then 'Message Details'.
together with deltachat/deltachat-android#3137 , the menu entry will be named 'Info' everywhere and open a 'Message Info' dialog, this has the following benefits:
inner consistency to other Delta Chat apps all apps have recognizable 'Info' in their context menu, opening a 'Message Info' dialog
inner consistency to other desktopn menu entries: 'Message Details' is a little too much as the context 'Message' is already clear. (we also do not say 'Forward Message' or 'Reply to Message'; as an exception, we regard only 'Delete Message').
also, 'Info' is shorter and fits better to the otherwise short menu titles.
outer consistency: 'Info' is very well known for that kind of, well, info
to take full effect, strings need to be re-pulled,
however, this is no blocker and can be done also after merging.