]> git.0d.be Git - empathy.git/commitdiff
account-assistant: add mnemonic for the "no salut account" checkbox (#644058)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Mar 2011 10:50:21 +0000 (11:50 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Mar 2011 11:14:22 +0000 (12:14 +0100)
src/empathy-account-assistant.c

index 2c89d6fc8d9891a6df34c9f46e7eef9e542ccf95..0f917fac53088bf14fcca48796ec51dc620905a2 100644 (file)
@@ -1100,8 +1100,8 @@ account_assistant_build_salut_page (EmpathyAccountAssistant *self)
 
   g_object_unref (pix);
 
-  w = gtk_check_button_new_with_label (
-      _("I don't want to enable this feature for now"));
+  w = gtk_check_button_new_with_mnemonic (
+      _("I do _not want to enable this feature for now"));
   gtk_box_pack_start (GTK_BOX (main_vbox), w, FALSE, FALSE, 0);
   g_signal_connect (w, "toggled",
       G_CALLBACK (create_salut_check_box_toggled_cb), self);