summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-02-05 17:51:49 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-02-05 17:51:49 +0100
commit3cd36d102e7362d0d548681f21154df643c1157a (patch)
tree368eb66111460cdb607583549f2bb066a6bf46d8 /inc
parent560e1a6801882b3251fd1cd2c0a354d2f457ecd6 (diff)
downloadrpg-3cd36d102e7362d0d548681f21154df643c1157a.tar.gz
rpg-3cd36d102e7362d0d548681f21154df643c1157a.tar.bz2
streamlined user/password strings in German and English translations
Ignore-this: 9124b4b764eb1c6a1d0b2a623153866c darcs-hash:20090205165149-7ad00-a168d0f1e3fac8bf29abd0300b5b1bbedaf29723.gz
Diffstat (limited to 'inc')
-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 0f270d3ee..d62579fb1 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -57,7 +57,7 @@ $lang['newpass'] = 'New password';
$lang['oldpass'] = 'Confirm current password';
$lang['passchk'] = 'once again';
$lang['remember'] = 'Remember me';
-$lang['fullname'] = 'Full name';
+$lang['fullname'] = 'Real name';
$lang['email'] = 'E-Mail';
$lang['register'] = 'Register';
$lang['profile'] = 'User Profile';