From b84da96a4c0fb44028227a97c0a8de1ae7512a5a Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 1 Oct 2010 10:31:26 +0200
Subject: [PATCH] typo. Fixes #5940

---
 src/notify.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/notify.py b/src/notify.py
index dddb1427fa..e220572501 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -587,7 +587,7 @@ class DesktopNotification:
                     self.path_to_image = os.path.abspath(self.path_to_image)
                     text = '<table style=\'padding: 3px\'><tr><td>' \
                         '<img src=\"%s\"></td><td width=20> </td>' \
-                        '<td>%st4i</td></tr></table>' % (self.path_to_image,
+                        '<td>%s</td></tr></table>' % (self.path_to_image,
                         text)
                     self.path_to_image = os.path.abspath(
                         gtkgui_helpers.get_icon_path('gajim', 48))
-- 
GitLab