thomas - in flumotion/trunk: . flumotion/admin/gtk

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Wed Apr 9 23:13:12 CEST 2008


Author: thomas
Date: Wed Apr  9 23:13:11 2008
New Revision: 6492

Log:
	* flumotion/admin/gtk/client.py:
	  Fix wrong translation string.



Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/admin/gtk/client.py

Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Wed Apr  9 23:13:11 2008
@@ -1,5 +1,10 @@
 2008-04-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* flumotion/admin/gtk/client.py:
+	  Fix wrong translation string.
+
+2008-04-09  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* flumotion/common/common.py:
 	* flumotion/manager/admin.py:
 	  Add a message to some asserts.

Modified: flumotion/trunk/flumotion/admin/gtk/client.py
==============================================================================
--- flumotion/trunk/flumotion/admin/gtk/client.py	(original)
+++ flumotion/trunk/flumotion/admin/gtk/client.py	Wed Apr  9 23:13:11 2008
@@ -291,7 +291,7 @@
 
             # Manage
             ('manage', None, _('_Manage')),
-            ('start-component', 'flumotion-play', _('_S_tart Component'), None,
+            ('start-component', 'flumotion-play', _('_Start Component'), None,
              _('Start the selected component'),
              self._manage_start_component_cb),
             ('stop-component', 'flumotion-pause', _('St_op Component'), None,


More information about the flumotion-commit mailing list