[orca/gnome-3-16] Change default value of fallbackOnUnicodeData to False



commit f9987e28b451c4ad5f565e165346f77339e2c124
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sun Apr 19 12:54:55 2015 -0400

    Change default value of fallbackOnUnicodeData to False
    
    Users who would prefer the fallback (untranslated) strings for symbols
    can enable it in their orca-customizations.py

 src/orca/mathsymbols.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/mathsymbols.py b/src/orca/mathsymbols.py
index 0a2e08b..d43dba4 100644
--- a/src/orca/mathsymbols.py
+++ b/src/orca/mathsymbols.py
@@ -30,7 +30,7 @@ import unicodedata
 
 from .orca_i18n import _, C_
 
-fallbackOnUnicodeData = True
+fallbackOnUnicodeData = False
 
 SPEAK_NEVER = 1
 SPEAK_ALWAYS = 2


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