diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-04 13:29:30 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-04 13:29:30 +0200 |
commit | 08478e65cd2d7f31311a448d9d89637432a5d423 (patch) | |
tree | 079fcdf44935eeaa790e80a0497b11123fed65f8 /inc/lang/en/lang.php | |
parent | 506fa8936561993b7f70aa507d0c39a44a6ebab9 (diff) | |
download | rpg-08478e65cd2d7f31311a448d9d89637432a5d423.tar.gz rpg-08478e65cd2d7f31311a448d9d89637432a5d423.tar.bz2 |
fixed newlines in JavaScript alerts
darcs-hash:20050904112930-7ad00-fb2b246c6b4872ae97cd859d452a1c0f0ca77613.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 1298733d8..b7fe08225 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -63,7 +63,8 @@ $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['notsavedyet'] = 'There are unsaved changes, that will be lost.\nReally continue?'; +$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; + $lang['rssfailed'] = 'An error occured while fetching this feed: '; $lang['nothingfound']= 'Nothing was found.'; |