aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-05 18:47:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 16:50:08 +0800
commit5af3f211b66a1278c44ad6815224e00dd26b795a (patch)
treeb4a3be82b64c6b0bd6c9d03476eb17e8d5a5a1bc /libempathy-gtk
parent90c54d2cfa5ebab8343906cde98845e1186a42d3 (diff)
downloadgsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar.gz
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar.bz2
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar.lz
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar.xz
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.tar.zst
gsoc2013-empathy-5af3f211b66a1278c44ad6815224e00dd26b795a.zip
new-call-dialog: fix typo in comment
https://bugzilla.gnome.org/show_bug.cgi?id=661981
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index f552a6601..fa47eae68 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -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);