diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
commit | c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b (patch) | |
tree | 40aaa4b5e23da6fbea54aa7552ea24f3c7f2d67b /inc/lang | |
parent | 2340e8a640b26d748f1e94af2e8a54aeeab3ab9a (diff) | |
download | rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.gz rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.bz2 |
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index cd1720ff6..f8558621f 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -95,7 +95,7 @@ $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'] = 'Unsaved changes will be lost.\nReally continue?'; -$lang['rssfailed'] = 'An error occured while fetching this feed: '; +$lang['rssfailed'] = 'An error occurred while fetching this feed: '; $lang['nothingfound']= 'Nothing was found.'; $lang['mediaselect'] = 'Media Files'; @@ -225,7 +225,7 @@ $lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</c $lang['i_badval'] = '<code>%s</code> - illegal or empty value'; $lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to <a href="doku.php">your new DokuWiki</a>.'; -$lang['i_failure'] = 'Some errors occured while writing the configuration files. You may need to fix them manually before +$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before you can use <a href="doku.php">your new DokuWiki</a>.'; $lang['i_policy'] = 'Initial ACL policy'; $lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; |