lib/locale

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Apr 3 12:28:00 CEST 2012


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

New commits:
commit 629e5591a412957eb9ef813fed0dde90e2dbeb53
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Apr 3 12:27:53 2012 +0200

    Correct syntax error

diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php
index f67ff8b..e948e04 100644
--- a/lib/locale/en_US.php
+++ b/lib/locale/en_US.php
@@ -42,7 +42,7 @@ $LANG['menu.kolabsys'] = 'Kolab Systems';
 $LANG['menu.technology'] = 'Technology';
 
 $LANG['user.add'] = 'Add User';
-$LANG['user.c'] = "Country';
+$LANG['user.c'] = 'Country';
 $LANG['user.cn'] = 'Common name';
 $LANG['user.config'] = 'Configuration';
 $LANG['user.contact'] = 'Contact';





More information about the commits mailing list