accerciser r518 - in trunk: . plugins



Author: eitani
Date: Thu Mar  6 00:27:20 2008
New Revision: 518
URL: http://svn.gnome.org/viewvc/accerciser?rev=518&view=rev

Log:
* plugins/validate.py: Add localized plugin name field (bug #520533).


Modified:
   trunk/ChangeLog
   trunk/plugins/validate.py

Modified: trunk/plugins/validate.py
==============================================================================
--- trunk/plugins/validate.py	(original)
+++ trunk/plugins/validate.py	Thu Mar  6 00:27:20 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]