alecpl
2008-11-03 71e6d5f065c312a68f4c17cef04fea6728ca6ccb
- better 'editorwarning' message in en_* 


2 files modified
3 ■■■■ changed files
program/localization/en_GB/messages.inc 1 ●●●● patch | view | raw | blame | history
program/localization/en_US/messages.inc 2 ●●● patch | view | raw | blame | history
program/localization/en_GB/messages.inc
@@ -93,5 +93,6 @@
$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?';
?>
program/localization/en_US/messages.inc
@@ -93,6 +93,6 @@
$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?';
?>