diff options
author | alecpl <alec@alec.pl> | 2008-11-03 14:26:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-03 14:26:23 +0000 |
commit | 79af0bb1ba370bd5f194afb692e7ed59a26b02af (patch) | |
tree | 3b070c6afaa03e0a9d26d6afdaff8bc9d767b678 /program/localization/en_US/messages.inc | |
parent | 3d54e6e9b7f65dcb01688d3933f7c6e4aac25a18 (diff) |
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 568decc81..2eea16e60 100644 --- a/program/localization/en_US/messages.inc +++ b/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?'; ?> |