From 71e6d5f065c312a68f4c17cef04fea6728ca6ccb Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 3 Nov 2008 18:09:35 +0000 Subject: [PATCH] - better 'editorwarning' message in en_* --- program/localization/en_GB/messages.inc | 1 + program/localization/en_US/messages.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index e9ce8feb0..482a40a5e 100644 --- a/program/localization/en_GB/messages.inc +++ b/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:

$names

'; $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/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 2eea16e60..a87ad7018 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -93,6 +93,6 @@ $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCar $messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:

$names

'; $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?'; ?>