summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-08-23 13:50:06 +0200
committerchris <chris@jalakai.co.uk>2006-08-23 13:50:06 +0200
commit11120ca983fe7c13f48c2d13728f937d61d98b57 (patch)
tree13489d537e0d8b4b0adb46fa6a69678990a05184
parent26ca5deefd2c3f5accb4d55b5219ffc7a878a0ca (diff)
downloadrpg-11120ca983fe7c13f48c2d13728f937d61d98b57.tar.gz
rpg-11120ca983fe7c13f48c2d13728f937d61d98b57.tar.bz2
minor en lang string fix
darcs-hash:20060823115006-9b6ab-af7b27a3fa1830e5bd7e152d7e589ec3a2fbcd72.gz
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 2b90a37d5..567eaee0c 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -64,7 +64,7 @@ $lang['regsuccess'] = 'The user has been created and the password was sent by em
$lang['regsuccess2']= 'The user has been created.';
$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
-$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
+$lang['regbadpass'] = 'The two given passwords are not identical, please try again.';
$lang['regpwmail'] = 'Your DokuWiki password';
$lang['reghere'] = 'You don\'t have an account yet? Just get one';