[orca] Add the tutorial messages to the list of things we update in profile-based language switching



commit d1e541c75f3e7876ae0253e5157c1fa4af1b5a9d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Feb 19 02:22:48 2013 -0500

    Add the tutorial messages to the list of things we update in profile-based language switching

 src/orca/scripts/default.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index 7afb6a0..126617a 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -2593,7 +2593,8 @@ class Script(script.Script):
         # code probably should go somewhere else.
         if oldVoiceLocale != newVoiceLocale:
             modules = ['orca.chnames', 'orca.keynames', 'orca.phonnames',
-                       'orca.text_attribute_names.py', 'orca.messages']
+                       'orca.text_attribute_names.py', 'orca.tutorialgenerator',
+                       'orca.messages']
             for module in modules:
                 orca_i18n.setModuleLocale(module, newVoiceLocale)
 


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