accerciser r516 - in branches/gnome-2-22: . src/lib/accerciser/plugin



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

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



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/lib/accerciser/plugin/plugin_manager.py

Modified: branches/gnome-2-22/src/lib/accerciser/plugin/plugin_manager.py
==============================================================================
--- branches/gnome-2-22/src/lib/accerciser/plugin/plugin_manager.py	(original)
+++ branches/gnome-2-22/src/lib/accerciser/plugin/plugin_manager.py	Wed Mar  5 22:09:07 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]