From 7cc38e0bebb30f12b1c643ea96a038453be185e1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 31 Oct 2005 18:41:00 -0500
Subject: [PATCH] Added Finnish, Romanian and Chinese translation

---
 config/main.inc.php.dist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 816c618..2910bb0 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -23,7 +23,7 @@
 $rcmail_config['enable_caching'] = TRUE;
 
 // automatically create a new RoundCube user when log-in the first time.
-// a new user will be created once the IMAP login succeeded.
+// a new user will be created once the IMAP login succeeds.
 // set to false if only registered users can use this service
 $rcmail_config['auto_create_user'] = TRUE;
 
@@ -74,7 +74,7 @@
 // check client IP in session athorization
 $rcmail_config['ip_check'] = TRUE;
 
-// not shure what this was good for :-) 
+// not sure what this was good for :-) 
 $rcmail_config['locale_string'] = 'en';
 
 // use this format for short date display

--
Gitblit v1.9.1