From 79af0bb1ba370bd5f194afb692e7ed59a26b02af Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 03 Nov 2008 09:26:23 -0500 Subject: [PATCH] - Add warning when switching editor mode from html to plain (#1485488) - Unified editor switching functions --- 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 568decc..2eea16e 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -93,5 +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?'; ?> -- Gitblit v1.9.1