orca r3741 - in trunk: . src/orca
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3741 - in trunk: . src/orca
- Date: Thu, 20 Mar 2008 22:07:05 +0000 (GMT)
Author: wwalker
Date: Thu Mar 20 22:07:04 2008
New Revision: 3741
URL: http://svn.gnome.org/viewvc/orca?rev=3741&view=rev
Log:
Fix for bug 523309 - "return" and "backspace" keynames is not marked for translations
Modified:
trunk/ChangeLog
trunk/src/orca/keynames.py
Modified: trunk/src/orca/keynames.py
==============================================================================
--- trunk/src/orca/keynames.py (original)
+++ trunk/src/orca/keynames.py Thu Mar 20 22:07:04 2008
@@ -104,6 +104,14 @@
#
__keynames["space"] = _("space")
+# Translators: this is the spoken word for the BackSpace key
+#
+__keynames["BackSpace"] = _("backspace")
+
+#translators: this is the spoken word for Return key
+#
+__keynames["Return"] = _("return")
+
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]