diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-03 18:09:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-03 18:09:35 +0000 |
| commit | 622bb07ab9089e7f4ebf0a2e4a2dba4034459dfe (patch) | |
| tree | 9b69ef7357ed5e0c3741d7f9d6d6105252745d5e | |
| parent | bb911f19c2732a32709f5dbcf76e65892164fd88 (diff) | |
- better 'editorwarning' message in en_*
git-svn-id: https://svn.roundcube.net/trunk@2036 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/en_GB/messages.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc index e9ce8feb0..482a40a5e 100644 --- a/roundcubemail/program/localization/en_GB/messages.inc +++ b/roundcubemail/program/localization/en_GB/messages.inc @@ -93,5 +93,6 @@ $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCar $messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:<p><em>$names</em></p>'; $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity'; +$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; ?> diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 2eea16e60..a87ad7018 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -93,6 +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?'; +$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; ?> |
