[jhbuild] Avoid two similar translatable strings



commit 2180a7b47e1b098e3c1a340343d35ae072693c16
Author: Craig Keogh <cskeogh adam com au>
Date:   Sun Jul 22 22:30:37 2012 +0930

    Avoid two similar translatable strings

 jhbuild/moduleset.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index a0b5259..d9cdbeb 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -161,7 +161,7 @@ class ModuleSet:
             modules = [self.get_module(module, ignore_case = True) \
                        for module in module_names if module not in skip]
         except KeyError, e:
-            raise UsageError(_('module "%s" not found') % e)
+            raise UsageError(_("A module called '%s' could not be found.") % e)
 
         resolved = []
         for module in modules:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]