[orca] Change default value of fallbackOnUnicodeData to False



commit 3d0fbf72b457dc1cf5db50cc3c27ea60f0a07567
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 b4e95a9..dc0f633 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]