]> git.0d.be Git - empathy.git/commitdiff
Improve the close warning message. (Elliot Fairweather).
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 25 Apr 2008 10:52:16 +0000 (10:52 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 25 Apr 2008 10:52:16 +0000 (10:52 +0000)
svn path=/trunk/; revision=1048

src/empathy-call-window.c

index 0585a9b21f6c69fed019ee5e89277ef3ac246e8e..95e576e531b72d7b8a11807b81dce35fa6d9c5b9 100644 (file)
@@ -269,7 +269,7 @@ call_window_delete_event_cb (GtkWidget *widget,
           GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
           GTK_MESSAGE_WARNING, GTK_BUTTONS_CANCEL, _("End this call?"));
       gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-          _("This window has running call. Closing the window will end it."));
+          _("Closing this window will end the call in progress."));
       gtk_dialog_add_button (GTK_DIALOG (dialog), _("_End Call"), GTK_RESPONSE_OK);
       gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);