After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 388620 - String wrong (not not) what do you mean?
String wrong (not not) what do you mean?
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-22 14:07 UTC by Javier F. Serrador
Modified: 2006-12-28 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the problem. (748 bytes, patch)
2006-12-28 18:54 UTC, Rich Burridge
none Details | Review

Description Javier F. Serrador 2006-12-22 14:07:50 UTC
Toggle whether we present new mail if we not not the active script.

at #: ../src/orca/scripts/Evolution.py:119
Comment 1 Willie Walker 2006-12-22 19:11:51 UTC
Eeeks.  That definitely looks bad.  The functionality is this: the user has the option to determine whether or not Evolution makes any speech/braille presentation when new mail comes in.  The user can toggle this on and off via a keystroke, and the string describes what that keystroke does.  How does this look as a potential alternative?

 _("Toggles presentation of new mail even when Evolution is not the active application."))
Comment 2 Rich Burridge 2006-12-28 18:54:50 UTC
Created attachment 78998 [details] [review]
Patch to fix the problem.

Change checked into CVS HEAD. Closing as FIXED. 
Thanks for reporting the problem.