]> git.0d.be Git - empathy.git/commitdiff
Fix identation (Alban Crequy)
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Jun 2008 11:13:52 +0000 (11:13 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Jun 2008 11:13:52 +0000 (11:13 +0000)
svn path=/trunk/; revision=1164

src/empathy-call-window.c

index 7c451dad4bcad3d326244b2bc4751b2229999361..02df753a77f146132722075ea2883e30eafae65e 100644 (file)
@@ -516,7 +516,8 @@ empathy_call_window_new (TpChannel *channel)
 
           dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_INFO,
               GTK_BUTTONS_CLOSE,
-              _("Incoming call from %s rejected because there is already a running call."), empathy_contact_get_name (contact));
+              _("Incoming call from %s rejected because there is already a"
+                " running call."), empathy_contact_get_name (contact));
 
           g_object_unref (window->call);