mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 07:46:31 +08:00
Merge pull request #3979 from gschlager/i18n-patch1
UX: Distinguish between noun and verb for "Archive"
This commit is contained in:
commit
6f0e2fa03c
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
{{#if canArchive}}
|
{{#if canArchive}}
|
||||||
<button {{action "archive"}} class="btn btn-archive">
|
<button {{action "archive"}} class="btn btn-archive">
|
||||||
{{i18n "user.messages.archive"}}
|
{{i18n "user.messages.move_to_archive"}}
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -525,6 +525,7 @@ en:
|
||||||
groups: "My Groups"
|
groups: "My Groups"
|
||||||
bulk_select: "Select messages"
|
bulk_select: "Select messages"
|
||||||
move_to_inbox: "Move to Inbox"
|
move_to_inbox: "Move to Inbox"
|
||||||
|
move_to_archive: "Archive"
|
||||||
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
|
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
|
||||||
select_all: "Select All"
|
select_all: "Select All"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user