Fix typo
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 10 May 2008 20:48:08 +0000 (20:48 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 10 May 2008 20:48:08 +0000 (20:48 +0000)
maintenance/language/writeMessagesArray.inc

index 05e6d01..9042fbf 100644 (file)
@@ -53,7 +53,7 @@ class MessageWriter {
                                }
                        }
                } else {
-                       echo "Generated messages for language $code. There seems to be no messages array in the file.\n";
+                       echo "Generated messages for language $code. There seem to be no messages array in the file.\n";
                }
        }