[orca] Fix for bgo#625719 - "Right-pointing arrow" string is associated with the incorrect Unicode characte



commit c46ef09dd27d32396f9946bc89315be3ba212060
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sat Jul 31 09:25:55 2010 -0400

    Fix for bgo#625719 - "Right-pointing arrow" string is associated with the incorrect Unicode character

 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 216f147..69c07c1 100644
--- a/src/orca/chnames.py
+++ b/src/orca/chnames.py
@@ -726,7 +726,7 @@ chnames[u'\u2717'] = _("x-shaped bullet")
 # an OOo list. The goal is to inform the user of the appearance of 
 # the bullet without too much verbiage, hence simply "right-pointing arrow".
 #
-chnames[u'\u2974'] = _("right-pointing arrow")
+chnames[u'\u2794'] = _("right-pointing arrow")
 
 # Translators: this is the spoken word for the character 'â?¢' (U+27a2)
 # This symbol is included here because it can be used as a bullet in an 



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