accerciser r515 - in trunk: . src/lib/accerciser/plugin



Author: eitani
Date: Wed Mar  5 22:06:50 2008
New Revision: 515
URL: http://svn.gnome.org/viewvc/accerciser?rev=515&view=rev

Log:
* src/lib/accerciser/plugin/plugin_manager.py: Added translator
comments for "View" (bug #520296).


Modified:
   trunk/ChangeLog
   trunk/src/lib/accerciser/plugin/plugin_manager.py

Modified: trunk/src/lib/accerciser/plugin/plugin_manager.py
==============================================================================
--- trunk/src/lib/accerciser/plugin/plugin_manager.py	(original)
+++ trunk/src/lib/accerciser/plugin/plugin_manager.py	Wed Mar  5 22:06:50 2008
@@ -372,6 +372,9 @@
       self.append_column(tvc)
 
       crc = gtk.CellRendererText()
+      # Translators: This is the viewport in which the plugin appears,
+      # it is a noun.
+      # 
       tvc = gtk.TreeViewColumn(_('View'))
       tvc.pack_start(crc, False)
       tvc.set_cell_data_func(crc, self._viewNameDataFunc)



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