Commit f7fd2aa5 by Jonathan Piacenti

Fixed pluralization of matching problems in Library Content Module.

parent c11a9f05
...@@ -471,7 +471,7 @@ class LibraryContentDescriptor(LibraryContentFields, MakoModuleDescriptor, XmlDe ...@@ -471,7 +471,7 @@ class LibraryContentDescriptor(LibraryContentFields, MakoModuleDescriptor, XmlDe
self.max_count self.max_count
) + ) +
ngettext( ngettext(
u'but there are only {actual} matching problem.', u'but there is only {actual} matching problem.',
u'but there are only {actual} matching problems.', u'but there are only {actual} matching problems.',
matching_children_count matching_children_count
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment