accerciser r524 - in branches/gnome-2-22: . plugins



Author: wbolster
Date: Fri Mar  7 15:09:39 2008
New Revision: 524
URL: http://svn.gnome.org/viewvc/accerciser?rev=524&view=rev

Log:
2008-03-07  Wouter Bolsterlee  <wbolster svn gnome org>

	* plugins/interface_view.py: Added some translator
	comments.


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/plugins/interface_view.py

Modified: branches/gnome-2-22/plugins/interface_view.py
==============================================================================
--- branches/gnome-2-22/plugins/interface_view.py	(original)
+++ branches/gnome-2-22/plugins/interface_view.py	Fri Mar  7 15:09:39 2008
@@ -32,8 +32,10 @@
   @ivar sections: List of L{_InterfaceSection} instances.
   @type sections: list  
   '''
+  # Translators: this is a plugin name
   plugin_name = N_('Interface Viewer')
   plugin_name_localized = _(plugin_name)
+  # Translators: this is a plugin description
   plugin_description = N_('Allows viewing of various interface properties')
 
   def init(self):



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