# HG changeset patch # User Richard Laager # Date 1296010933 0 # Node ID ef51b040501c29c89e768e019d00cd6540fd0c7e # Parent e7e8be7d3b1ae72499209cd0facbdfdea407d3a9 Fix the English plural forms. diff -r e7e8be7d3b1a -r ef51b040501c po/en_AU.po --- a/po/en_AU.po Wed Jan 26 03:01:42 2011 +0000 +++ b/po/en_AU.po Wed Jan 26 03:02:13 2011 +0000 @@ -16,7 +16,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Translators may want to transliterate the name. #. It is not to be translated. diff -r e7e8be7d3b1a -r ef51b040501c po/en_GB.po --- a/po/en_GB.po Wed Jan 26 03:01:42 2011 +0000 +++ b/po/en_GB.po Wed Jan 26 03:02:13 2011 +0000 @@ -15,7 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Translators may want to transliterate the name. #. It is not to be translated.