Merge pull request #6620 from open-craft/kelketek/library-content-plurality

Fixed pluralization of matching problems in Library Content Module.
This commit is contained in:
chrisndodge
2015-01-14 14:16:49 -05:00

View File

@@ -471,7 +471,7 @@ class LibraryContentDescriptor(LibraryContentFields, MakoModuleDescriptor, XmlDe
self.max_count
) +
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.',
matching_children_count
)