diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-14 18:18:45 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-14 18:18:45 +0000 |
commit | 62763d3f3d2ab758a6de8294e36adb4268f6054b (patch) | |
tree | dcc9507e61603e4931ceaf69b285af481dc3d15f /phpBB | |
parent | 18ae2e2ff93771b8b49cd1c2c392507808503e59 (diff) | |
download | forums-62763d3f3d2ab758a6de8294e36adb4268f6054b.tar forums-62763d3f3d2ab758a6de8294e36adb4268f6054b.tar.gz forums-62763d3f3d2ab758a6de8294e36adb4268f6054b.tar.bz2 forums-62763d3f3d2ab758a6de8294e36adb4268f6054b.tar.xz forums-62763d3f3d2ab758a6de8294e36adb4268f6054b.zip |
Speeling... ;)
git-svn-id: file:///svn/phpbb/trunk@6763 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-x | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 30291cf5a7..6ef3e3c450 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -61,7 +61,7 @@ $lang = array_merge($lang, array( 'CONFIG_RETRY' => 'Retry', 'CONTACT_EMAIL_CONFIRM' => 'Confirm contact email', 'CONTINUE_CONVERT' => 'Continue conversion', - 'CONTINUE_CONVERT_BODY' => 'A previous conversion attempt has been determined. You are now able to choose between starting a new conversion or continueing the conversion.', + 'CONTINUE_CONVERT_BODY' => 'A previous conversion attempt has been determined. You are now able to choose between starting a new conversion or continuing the conversion.', 'CONTINUE_LAST' => 'Continue last statements', 'CONTINUE_OLD_CONVERSION' => 'Continue previously started conversion', 'CONVERT' => 'Convert', |