]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-new-call-dialog.c
Avoid conflicting accelerators in New Call dialog.
[empathy.git] / libempathy-gtk / empathy-new-call-dialog.c
index 958bc49f734e9ac5cdf4e62e23640db2c307d10d..3d51283b14749e86eceb8eb0dc0dc4f000ba0bad 100644 (file)
@@ -210,7 +210,7 @@ empathy_new_call_dialog_init (EmpathyNewCallDialog *dialog)
   gtk_widget_show (priv->check_video);
 
   /* add chat button */
-  parent->button_action = gtk_button_new_with_mnemonic (_("_Call"));
+  parent->button_action = gtk_button_new_with_mnemonic (_("C_all"));
   image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_VOIP,
       GTK_ICON_SIZE_BUTTON);
   gtk_button_set_image (GTK_BUTTON (parent->button_action), image);