diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-23 07:35:43 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-23 07:35:43 +0000 |
| commit | 890da6c81955c5f0694ba1027966d04f7476e308 (patch) | |
| tree | 35634d18ed9482fc6386e71f2287a843f6f13391 | |
| parent | 5d8d58972694f6bf750b84d96bee2d5b3863efad (diff) | |
Better wording for config option
git-svn-id: https://svn.roundcube.net/trunk@3539 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 2a52c046d..b669c919e 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -6,7 +6,7 @@ | language/en_US/labels.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -318,7 +318,7 @@ $labels['ignore'] = 'ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['skipdeleted'] = 'Do not show deleted messages'; -$labels['deletealways'] = 'When moving messages to Trash fails delete them'; +$labels['deletealways'] = 'If moving messages to Trash fails, delete them'; $labels['showremoteimages'] = 'Display remote inline images'; $labels['fromknownsenders'] = 'from known senders'; $labels['always'] = 'always'; |
