gnome-desktop r5007 - trunk/gnome-about



Author: vuntz
Date: Mon Feb 11 23:07:47 2008
New Revision: 5007
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5007&view=rev

Log:
2008-02-12  Vincent Untz  <vuntz gnome org>

	* gnome-about.in: fix comment indentation. Might help intltool?


Modified:
   trunk/gnome-about/ChangeLog
   trunk/gnome-about/gnome-about.in

Modified: trunk/gnome-about/gnome-about.in
==============================================================================
--- trunk/gnome-about/gnome-about.in	(original)
+++ trunk/gnome-about/gnome-about.in	Mon Feb 11 23:07:47 2008
@@ -860,8 +860,8 @@
         '''Output basic GNOME version information to console'''
         def print_info (info):
             infos_dict = {"name": info[0], "value": info[1]}
-        # Translators: %(name)s and %(value)s should not be translated:
-        # it's a way to identify a string, so just handle them like %s
+            # Translators: %(name)s and %(value)s should not be translated:
+            # it's a way to identify a string, so just handle them like %s
             print _("%(name)s: %(value)s") % infos_dict
         map (print_info, self.system_infos)
 
@@ -915,8 +915,8 @@
                 return False
             label = gtk.Label ()
             infos_dict = {"name": info[0], "value": info[1]}
-        # Translators: %(name)s and %(value)s should not be translated:
-        # it's a way to identify a string, so just handle them like %s
+            # Translators: %(name)s and %(value)s should not be translated:
+            # it's a way to identify a string, so just handle them like %s
             label.set_markup (_("<b>%(name)s:</b> %(value)s") % infos_dict)
             label.set_selectable (True)
             label.connect ("focus-out-event",



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