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