From 6ab1780bdcac6a55dc2c421b8d2e456bf5b4d1d5 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Tue, 10 Oct 2006 08:05:02 +0000 Subject: [PATCH] typo --- src/statusicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statusicon.py b/src/statusicon.py index f6e785ce9..4dd11040c 100644 --- a/src/statusicon.py +++ b/src/statusicon.py @@ -50,7 +50,7 @@ class StatusIcon(systray.Systray): self.on_left_click() def set_img(self): - '''apart from image, we also update tooltip text here' + '''apart from image, we also update tooltip text here''' if not gajim.interface.systray_enabled: return text = helpers.get_notification_icon_tooltip_text()