orca r3743 - trunk/src/orca



Author: richb
Date: Fri Mar 21 20:14:10 2008
New Revision: 3743
URL: http://svn.gnome.org/viewvc/orca?rev=3743&view=rev

Log:
Remove the "This may take a while." line when start application specific
Orca preferences.


Modified:
   trunk/src/orca/app_gui_prefs.py

Modified: trunk/src/orca/app_gui_prefs.py
==============================================================================
--- trunk/src/orca/app_gui_prefs.py	(original)
+++ trunk/src/orca/app_gui_prefs.py	Fri Mar 21 20:14:10 2008
@@ -302,8 +302,7 @@
         # for allowing users to set application specific settings from within
         # Orca for the application that currently has focus.
         #
-        line = _("Starting Orca Preferences for %s. This may take a while.") % \
-               applicationName
+        line = _("Starting Orca Preferences for %s.") % applicationName
         braille.displayMessage(line)
         speech.speak(line)
 



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