2 commits - lib/locale

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Sun Apr 8 13:48:49 CEST 2012


 lib/locale/en_US.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57f1e4019bac0cad4b82fed79f51b59af88e3136
Merge: b05e0ce a84046a
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sun Apr 8 13:48:35 2012 +0200

    Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap



commit b05e0cec65cf7f461a655d601c0331c0f3d77513
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sat Apr 7 12:32:16 2012 +0200

    Translate the initials attribute to 'Initials' instead of 'Middle names'

diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php
index e9ee07b..80d7092 100644
--- a/lib/locale/en_US.php
+++ b/lib/locale/en_US.php
@@ -75,7 +75,7 @@ $LANG['user.displayname'] = 'Display name';
 $LANG['user.mail'] = 'Primary Email Address';
 $LANG['user.mailhost'] = 'Email Server';
 $LANG['user.kolabhomeserver'] = 'Email Server';
-$LANG['user.initials'] = 'Middle name';
+$LANG['user.initials'] = 'Initials';
 $LANG['user.country'] = 'Country';
 $LANG['user.country.desc'] = '2 letter code from ISO 3166-1';
 $LANG['user.phone'] = 'Phone number';





More information about the commits mailing list