aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-tube-dispatch.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:17:05 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:17:05 +0800
commitcd4569cf9aafb228edff730131a41ee26460c624 (patch)
tree7400b3a2d79cd0cd04185f51946d3b80595526bb /src/empathy-tube-dispatch.c
parent6272e31c5b0c182364a4fde088663b12a41e8f36 (diff)
downloadgsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar.gz
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar.bz2
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar.lz
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar.xz
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.tar.zst
gsoc2013-empathy-cd4569cf9aafb228edff730131a41ee26460c624.zip
Remove useless spaces in message.
svn path=/trunk/; revision=2219
Diffstat (limited to 'src/empathy-tube-dispatch.c')
-rw-r--r--src/empathy-tube-dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-tube-dispatch.c b/src/empathy-tube-dispatch.c
index 15a7455f3..7ffe5f0ea 100644
--- a/src/empathy-tube-dispatch.c
+++ b/src/empathy-tube-dispatch.c
@@ -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);