diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:40:44 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:40:44 +0000 |
| commit | 9b2bcfcaeaee438b361e660850f42c9601d14845 (patch) | |
| tree | 81ff8bbc189f975ce0ef1fe0d3b5e158522ceb9b /roundcubemail/program | |
| parent | 0d5cb5a68569f61fcb054e51b520dc6b090794a1 (diff) | |
Like the Not Spam button, only show the Delete button conditionally i.e. when we are in the Trash folder.
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index ad4fd8b9c..994d05b48 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -189,6 +189,7 @@ $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; $labels['copymessages'] = 'Copy to selected folder'; $labels['notspammessages'] = 'Copy to INBOX, then move to HamNotSpam'; +$labels['deletemessages'] = 'Delete message(s)'; // message compose $labels['compose'] = 'Compose a message'; |
