From f7fd2aa56f1bc0787e2e01eaa13bd9c8a5d9339c Mon Sep 17 00:00:00 2001 From: Jonathan Piacenti Date: Tue, 13 Jan 2015 22:32:10 +0000 Subject: [PATCH] Fixed pluralization of matching problems in Library Content Module. --- common/lib/xmodule/xmodule/library_content_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/library_content_module.py b/common/lib/xmodule/xmodule/library_content_module.py index 4b21f66252..43f1d7b01e 100644 --- a/common/lib/xmodule/xmodule/library_content_module.py +++ b/common/lib/xmodule/xmodule/library_content_module.py @@ -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 )