diff --git a/setup/lang_records.inc.php b/setup/lang_records.inc.php index 2f5c3c3c2d..3810f80e67 100644 --- a/setup/lang_records.inc.php +++ b/setup/lang_records.inc.php @@ -107,7 +107,7 @@ $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'only yours','common','en','only yours')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'print','common','en','Print')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'trouble ticket system','common','en','Trouble Ticket System')"); - $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'you are required to change your password durring your first login','common','en','You are required to change your password durring your first login')"); + $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'you are required to change your password during your first login','common','en','You are required to change your password durring your first login')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'powered by phpgroupware version x','common','en','Powered by phpGroupWare version %1')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'sorry, there was a problem processing your request.','common','en','Sorry, there was a problem processing your request.')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'your message has been sent','common','en','Your message has been sent')");