[pLog-svn] r3448 - plog/trunk/locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat May 20 17:24:56 GMT 2006


Author: jondaley
Date: 2006-05-20 17:24:56 +0000 (Sat, 20 May 2006)
New Revision: 3448

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
the before_unload_message gets passed into a javascript variable, so it needs to be double-escaped

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-05-20 13:22:24 UTC (rev 3447)
+++ plog/trunk/locale/locale_en_UK.php	2006-05-20 17:24:56 UTC (rev 3448)
@@ -1029,7 +1029,7 @@
 $messages['error_rule_email_dns_server_unreachable'] = 'Email server unreachable.';
 $messages['error_rule_email_dns_not_permitted'] = 'E-mail not permitted.';
 
-$messages['before_unload_message'] = 'It seems you have unsaved post, are you sure you want to leave?\n (If you don\'t press the "Ok" button in restart-seconds seconds, the auto save mechanisim will restart again.)';
+$messages['before_unload_message'] = 'It seems you have unsaved post, are you sure you want to leave?\n (If you don\\\'t press the "Ok" button in restart-seconds seconds, the auto save mechanisim will restart again.)';
 
 $messages['check_username'] = 'Check User Name';
 $messages['check_username_ok'] = 'Congradulations! The user name is available!';



More information about the pLog-svn mailing list