[orca] Fix for bgo#617118 - Speak table cell preference is not getting saved



commit 024c6c42330e4c410434672633a00410365ecb4e
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Wed Apr 28 15:17:12 2010 -0400

    Fix for bgo#617118 - Speak table cell preference is not getting saved

 src/orca/orca_gui_prefs.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index 6d6dd37..7efa316 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -3098,7 +3098,7 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
             # sometimes want the entire row of a table read, or
             # they just want the current cell to be presented to them.
             #
-            if widget.get_label() == _("Speak current _cell"):
+            if widget.get_label() == _("Speak _cell"):
                 self.prefsDict["readTableCellRow"] = False
             else:
                 self.prefsDict["readTableCellRow"] = True



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