diff options
author | Gina Haeussge <gina@foosel.net> | 2010-06-27 12:25:15 +0200 |
---|---|---|
committer | Gina Haeussge <gina@foosel.net> | 2010-06-27 12:25:15 +0200 |
commit | 40f3c0b59813d467030d51948d518069141fd998 (patch) | |
tree | 6e8e8b6e1c4f4be48ac76600f15bb8ff2c1c5ef0 /inc/lang/en/lang.php | |
parent | 1a93c67cff4a7b3e30186141cd17f4ba6e113e84 (diff) | |
download | rpg-40f3c0b59813d467030d51948d518069141fd998.tar.gz rpg-40f3c0b59813d467030d51948d518069141fd998.tar.bz2 |
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
besides via Save or Preview button. This has been successfully tested in FF,
Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft
is kept if the user navigates away from the editor.
Please test this.
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 0dd6fd548..1fddfe727 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -100,7 +100,7 @@ $lang['lockedby'] = 'Currently locked by'; $lang['lockexpire'] = 'Lock expires at'; $lang['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.'; -$lang['js']['notsavedyet'] = "Unsaved changes will be lost.\nReally continue?"; +$lang['js']['notsavedyet'] = "Unsaved changes will be lost."; $lang['rssfailed'] = 'An error occurred while fetching this feed: '; $lang['nothingfound']= 'Nothing was found.'; |