Skip to content

Commit

Permalink
[lang] fixed: missing semicolon in English plural form
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwww1 committed Oct 21, 2012
1 parent c670e75 commit f4ee220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n;"

msgctxt "#0"
msgid "Programs"
Expand Down

0 comments on commit f4ee220

Please sign in to comment.