UX: Distinguish between noun and verb for "Archive"

This commit is contained in:
Gerhard Schlager 2016-01-26 22:37:21 +01:00
parent 915afa703d
commit 1368e2182a
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@
{{#if canArchive}}
<button {{action "archive"}} class="btn btn-archive">
{{i18n "user.messages.archive"}}
{{i18n "user.messages.move_to_archive"}}
</button>
{{/if}}

View file

@ -525,6 +525,7 @@ en:
groups: "My Groups"
bulk_select: "Select messages"
move_to_inbox: "Move to Inbox"
move_to_archive: "Archive"
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
select_all: "Select All"