From a581391c035c2829ad4036783fb4945baff07fb8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 5 Jan 2007 19:26:10 +0000 Subject: [PATCH] typo in a comment --- src/gtkgui_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 1fbfdf3b8..8695a030a 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -695,7 +695,7 @@ Description=xmpp if we_set: set_gajim_as_xmpp_handler() elif old_command and not old_command.endswith(' handle_uri %s'): - # xmpp:// is currently handled by another program, so ask the user + # xmpp: is currently handled by another program, so ask the user pritext = _('Gajim is not the default Jabber client') sectext = _('Would you like to make Gajim the default Jabber client?') checktext = _('Always check to see if Gajim is the default Jabber client '