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 168736 - typo in two messges in accessx-status/applet.c
typo in two messges in accessx-status/applet.c
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: keyboard-accessibility (accessx-status)
git master
Other All
: Normal trivial
: 2.12
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks: 150905
 
 
Reported: 2005-02-28 09:50 UTC by Roozbeh Pournader
Modified: 2005-07-03 17:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
diff file that fixes the two typos in applet.c (720 bytes, patch)
2005-03-09 03:18 UTC, thetroublemaker
none Details | Review
updated patch that implements the -up options, removes the typos and updates the changelog, too (1.49 KB, patch)
2005-03-12 01:47 UTC, thetroublemaker
none Details | Review

Description Roozbeh Pournader 2005-02-28 09:50:24 UTC
Please describe the problem:
In two messages in "accessx-status/applet.c", there are spaces before the colon:

"There was an error launching the help viewer : %s"
"There was an error launching the keyboard capplet : %s"

The spaces before the colons should be removed. (Please note that it would be a
message freeze, so would require permission from the translation list if a
message freeze is in order when this gets fixed.)

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 thetroublemaker 2005-03-09 03:18:02 UTC
Created attachment 38444 [details] [review]
diff file that fixes the two typos in applet.c

this is my first patch in any bugzilla system, hope you'll all welcome me and
hope the patch works fine! : )

ciao! : )

edoardo
Comment 2 thetroublemaker 2005-03-12 01:47:07 UTC
Created attachment 38579 [details] [review]
updated patch that implements the -up options, removes the typos and updates the changelog, too

sorry, the other one was my first patch and it didn't have the proper options,
nor did it update the changelog. now everything is ok.

ciao! : )

edoardo
Comment 3 Kjartan Maraas 2005-07-03 17:15:10 UTC
Commited to HEAD. Thanks.