[orca] Present the acute accent using the same name when typing and reading



commit 6edd64ba2e2a83b7002d43304720e991ad2eee93
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Jun 6 12:21:17 2014 -0400

    Present the acute accent using the same name when typing and reading

 src/orca/chnames.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/chnames.py b/src/orca/chnames.py
index 728b8d7..74e9af6 100644
--- a/src/orca/chnames.py
+++ b/src/orca/chnames.py
@@ -257,7 +257,7 @@ chnames['\u00b3'] = _("superscript 3")
 
 # Translators: this is the spoken word for the character '´' (U+00b4)
 #
-chnames['\u00b4'] = _("acute accent")
+chnames['\u00b4'] = _("acute")
 
 # Translators: this is the spoken word for the character 'µ' (U+00b5)
 #


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