accerciser r542 - in branches/gnome-2-22: . plugins
- From: eitani svn gnome org
- To: svn-commits-list gnome org
- Subject: accerciser r542 - in branches/gnome-2-22: . plugins
- Date: Mon, 10 Mar 2008 17:46:57 +0000 (GMT)
Author: eitani
Date: Mon Mar 10 17:46:56 2008
New Revision: 542
URL: http://svn.gnome.org/viewvc/accerciser?rev=542&view=rev
Log:
* plugins/validate.py: Add localized plugin name field (bug #520533).
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/plugins/validate.py
Modified: branches/gnome-2-22/plugins/validate.py
==============================================================================
--- branches/gnome-2-22/plugins/validate.py (original)
+++ branches/gnome-2-22/plugins/validate.py Mon Mar 10 17:46:56 2008
@@ -150,6 +150,7 @@
@ivar walk: Generator for the current validation walk through the hierarchy
'''
plugin_name = N_('AT-SPI Validator')
+ plugin_name_localized = _(plugin_name)
plugin_description = N_('Validates application accessibility')
def init(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]