[Users] [Bug 4254] New: Consistent strings for "Move to trash"
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Wed Sep 25 14:31:49 CET 2019
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4254
Bug ID: 4254
Summary: Consistent strings for "Move to trash"
Product: Claws Mail
Version: other
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: UI/Translations
Assignee: users at lists.claws-mail.org
Reporter: simon.legner at gmail.com
The menu entry "Move to _trash" as well as the toolbar tooltip "Trash Message"
refer to the same program action. Thus they should consistently be called "Move
to _trash"
```
$ git grep 'Trash Message\|Move to _trash'
mainwindow.c: {"Message/Trash", NULL, N_("Move to
_trash"), "<control>D", NULL, G_CALLBACK(delete_trash_cb) },
toolbar.c: { "A_TRASH", N_("Trash Message")
},
toolbar.c:
TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Trash Message"));
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list