accerciser r516 - in branches/gnome-2-22: . src/lib/accerciser/plugin
- From: eitani svn gnome org
- To: svn-commits-list gnome org
- Subject: accerciser r516 - in branches/gnome-2-22: . src/lib/accerciser/plugin
- Date: Wed, 5 Mar 2008 22:09:07 +0000 (GMT)
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]