]> git.0d.be Git - empathy.git/commitdiff
new-call-dialog: fix typo in comment
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 5 Aug 2011 10:47:54 +0000 (12:47 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 18 Oct 2011 08:50:08 +0000 (10:50 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=661981

libempathy-gtk/empathy-new-call-dialog.c

index f552a6601e2f6d3384fb07e78e343f0aa5616b72..fa47eae683eece9f4bcb739a3401ef290818f30b 100644 (file)
@@ -211,7 +211,7 @@ empathy_new_call_dialog_init (EmpathyNewCallDialog *dialog)
 
   gtk_widget_show (priv->check_video);
 
-  /* add chat button */
+  /* add call button */
   parent->button_action = gtk_button_new_with_mnemonic (_("C_all"));
   image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_VOIP,
       GTK_ICON_SIZE_BUTTON);