Bug 4254 - Consistent strings for "Move to trash"
Summary: Consistent strings for "Move to trash"
Status: RESOLVED WONTFIX
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: UI (show other bugs)
Version: other
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2019-09-25 14:31 UTC by simon.legner
Modified: 2019-09-25 14:43 UTC (History)
0 users

See Also:


Attachments

Description simon.legner 2019-09-25 14:31:49 UTC
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"));
```

Note You need to log in before you can comment on or make changes to this bug.