diff options
author | alecpl <alec@alec.pl> | 2008-11-03 18:09:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-03 18:09:35 +0000 |
commit | 71e6d5f065c312a68f4c17cef04fea6728ca6ccb (patch) | |
tree | abe31458b00aa24b76fb43fac2607d8dca02cb6a /program/localization/en_GB/messages.inc | |
parent | 79af0bb1ba370bd5f194afb692e7ed59a26b02af (diff) |
- better 'editorwarning' message in en_*
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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:<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?'; ?> |