summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/en_US
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-03 14:26:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-03 14:26:23 +0000
commitbb911f19c2732a32709f5dbcf76e65892164fd88 (patch)
tree7c6bc203fd27cdba0080e079a19223cb947e2e32 /roundcubemail/program/localization/en_US
parent36d7b96623d85566c4b146fae4886f0eb7f4bcce (diff)
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
-rw-r--r--roundcubemail/program/localization/en_US/messages.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc
index 568decc81..2eea16e60 100644
--- a/roundcubemail/program/localization/en_US/messages.inc
+++ b/roundcubemail/program/localization/en_US/messages.inc
@@ -93,5 +93,6 @@ $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCar
$messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>';
$messages['opnotpermitted'] = 'Operation not permitted!';
$messages['nofromaddress'] = 'Missing e-mail address in selected identity';
+$messages['editorwarning'] = 'All text formatting will be lost after editor change. Are you sure, you want to do that?';
?>