[orca] Fix for bug 700831 - Enabling "Screen reader" tells me "Welcome to Orca"



commit 921dd00d300a631b1dd89848d8972a02689fd9a0
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu May 23 07:05:51 2013 -0400

    Fix for bug 700831 - Enabling "Screen reader" tells me "Welcome to Orca"

 src/orca/messages.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/messages.py b/src/orca/messages.py
index 033681a..ceef5aa 100644
--- a/src/orca/messages.py
+++ b/src/orca/messages.py
@@ -1149,7 +1149,7 @@ SPEECH_LOWER  = _("lower.")
 SPOKEN_ELLIPSIS = _(" dot dot dot")
 
 # Translators: This message is presented to the user when Orca is launched.
-START_ORCA = _("Welcome to Orca.")
+START_ORCA = _("Screen reader on.")
 
 # Translators: Orca Preferences is the configuration GUI for Orca. This message
 # is presented immediately before the GUI is shown.
@@ -1161,7 +1161,7 @@ STARTING_ORCA_PREFS = _("Starting Orca Preferences.")
 STARTING_ORCA_APP_PREFS = _("Starting Orca Preferences for %s.")
 
 # Translators: This message is presented to the user when Orca is quit.
-STOP_ORCA = _("Goodbye.")
+STOP_ORCA = _("Screen reader off.")
 
 # Translators: the Orca "Find" dialog allows a user to search for text in a
 # window and then move focus to that text.  For example, they may want to find


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