jhbuild r2096 - in trunk: . jhbuild/modtypes



Author: fpeters
Date: Tue May 13 21:11:03 2008
New Revision: 2096
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2096&view=rev

Log:
* jhbuild/modtypes/__init__.py: marked for translation another string.
(closes: #532752)



Modified:
   trunk/ChangeLog
   trunk/jhbuild/modtypes/__init__.py

Modified: trunk/jhbuild/modtypes/__init__.py
==============================================================================
--- trunk/jhbuild/modtypes/__init__.py	(original)
+++ trunk/jhbuild/modtypes/__init__.py	Tue May 13 21:11:03 2008
@@ -210,7 +210,7 @@
 
     def checkout(self, buildscript):
         srcdir = self.get_srcdir(buildscript)
-        buildscript.set_action('Checking out', self)
+        buildscript.set_action(_('Checking out'), self)
         self.branch.checkout(buildscript)
         # did the checkout succeed?
         if not os.path.exists(srcdir):



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