]> git.0d.be Git - empathy.git/commitdiff
Remove useless spaces in message.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:17:05 +0000 (16:17 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:17:05 +0000 (16:17 +0000)
svn path=/trunk/; revision=2219

src/empathy-tube-dispatch.c

index 15a7455f3df385f58dac5e4b720d83c9b1ec92e4..7ffe5f0ea04c8290707073278ba8a5c5af56ae4b 100644 (file)
@@ -424,8 +424,8 @@ empathy_tube_dispatch_handle (EmpathyTubeDispatch *tube_dispatch)
       channel = empathy_dispatch_operation_get_channel (priv->operation);
 
       msg = g_strdup_printf (
-        _(" An invitation was offered for service %s, but you don't have the"
-          " needed application to handle it "), priv->service);
+        _("An invitation was offered for service %s, but you don't have the "
+          "needed application to handle it"), priv->service);
 
       empathy_tube_dispatch_show_error (tube_dispatch, msg);