spelling mistake in gaim messaging, "$buddy is writting a message"

Bug #91822 reported by Michael R. Head
4
Affects Status Importance Assigned to Milestone
gnome-osd (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: gnome-osd

When a buddy is writing a message in gaim, gnome-osd says "writting."

Here are the lines of code that need to be changed:

burner@phoenix:/tmp/gnome-osd-0.12.0$ grep -rin writting .
./gnomeosd/capplet.py:333: tooltips.set_tip(check, _("Buddy logs on and out, is writting or sent a Message"))
./gnomeosd/eventbridge.py:390: message = format_pgaim(alias, "is writting a Message")

Tags: patch
Revision history for this message
Mark Reitblatt (mark-reitblatt) wrote :

Attaching a patch against the source deb that should fix the typo.

Changed in gnome-osd:
importance: Undecided → Low
status: Unconfirmed → Confirmed
Revision history for this message
Gustavo Carneiro (gjc) wrote :

Also there's no reason why "message" should be capitalized.

Revision history for this message
Gustavo Carneiro (gjc) wrote :

Thanks for the patch.

Changed in gnome-osd:
status: Confirmed → Fix Committed
Revision history for this message
Andrea Veri (av) wrote :

this patch is not needed anymore:

capplet.py original source has:

check = gtk.CheckButton(_("Notify buddies actions"))
tooltips.set_tip(check, _("Notify when a contact logs in or out, writes, or sends a message"))
check.show()

eventbridge.py original source has:

message = format_pgaim(alias, "is writing a message")
osd.send("<message id='gaim' hide_timeout='3000'>" + message + "</message>")

Thanks

Changed in gnome-osd:
status: Fix Committed → Rejected
Changed in gnome-osd:
status: Rejected → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.