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/it | |
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/it')
-rw-r--r-- | inc/lang/it/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php index 8e476816e..c8e51f3e9 100644 --- a/inc/lang/it/lang.php +++ b/inc/lang/it/lang.php @@ -99,7 +99,7 @@ $lang['txt_overwrt'] = 'Sovrascrivi file esistente'; $lang['lockedby'] = 'Attualmente bloccato da'; $lang['lockexpire'] = 'Il blocco scade alle'; $lang['willexpire'] = 'Il tuo blocco su questa pagina scadrà tra circa un minuto.\nPer evitare incongruenze usa il pulsante di anteprima per prolungare il periodo di blocco.'; -$lang['js']['notsavedyet'] = "Le modifiche non salvate andranno perse.\nContinuare?"; +$lang['js']['notsavedyet'] = "Le modifiche non salvate andranno perse."; $lang['rssfailed'] = 'Si è verificato un errore cercando questo feed: '; $lang['nothingfound'] = 'Nessun risultato trovato.'; $lang['mediaselect'] = 'Selezione dei file'; |