diff options
author | thomascube <thomas@roundcube.net> | 2010-04-23 07:35:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-23 07:35:43 +0000 |
commit | 1f903764175e6e8cc03375686d9bfb1b00b75556 (patch) | |
tree | 300601ea335d5e2469977273ad6575760354b1c8 | |
parent | 60ff017b49dcd11186265daff57b4ce9e3c3ba12 (diff) |
Better wording for config option
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 2a52c046d..b669c919e 100644 --- a/program/localization/en_US/labels.inc +++ b/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'; |