From 7074e06df88b0d9089e48a2d562c7aced8c308ae Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 21 Aug 2008 19:29:26 +0000 Subject: [PATCH] Fixing comments. --- maintenance/language/languages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/language/languages.inc b/maintenance/language/languages.inc index 6d16f80c0e..1a20f6ee35 100644 --- a/maintenance/language/languages.inc +++ b/maintenance/language/languages.inc @@ -90,7 +90,7 @@ class languages { * all - all the messages. * required - messages which should be translated in order to get a complete translation. * optional - messages which can be translated, the fallback translation is used if not translated. - * obsolete - messages which should not be translated, either because they are not exist, or they are ignored messages. + * obsolete - messages which should not be translated, either because they do not exist, or they are ignored messages. * translated - messages which are either required or optional, but translated from English and needed. * * @param $code The language code. @@ -156,7 +156,7 @@ class languages { * all - all the messages. * required - messages which should be translated in order to get a complete translation. * optional - messages which can be translated, the fallback translation is used if not translated. - * obsolete - messages which should not be translated, either because they are not exist, or they are ignored messages. + * obsolete - messages which should not be translated, either because they do not exist, or they are ignored messages. * translated - messages which are either required or optional, but translated from English and needed. * * @param $code The language code. -- 2.20.1