orca r3728 - in branches/gnome-2-22: . src/orca



Author: wwalker
Date: Wed Mar 19 00:21:18 2008
New Revision: 3728
URL: http://svn.gnome.org/viewvc/orca?rev=3728&view=rev

Log:
Fix for bug #523147 - "space" keyname is not marked for translation


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/orca/keynames.py

Modified: branches/gnome-2-22/src/orca/keynames.py
==============================================================================
--- branches/gnome-2-22/src/orca/keynames.py	(original)
+++ branches/gnome-2-22/src/orca/keynames.py	Wed Mar 19 00:21:18 2008
@@ -100,6 +100,10 @@
 #
 __keynames["SunF37"]       = _("F 12")
 
+# Translators: this is the spoken word for the space character
+#
+__keynames["space"] = _("space")
+
 def getKeyName(key):
     """Given a keyboard key, return its name as people might refer to it
     in ordinary conversation.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]