[empathy/gnome-2-34] account-assistant: add mnemonic for the "no salut account" checkbox (#644058)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] account-assistant: add mnemonic for the "no salut account" checkbox (#644058)
- Date: Mon, 7 Mar 2011 11:15:20 +0000 (UTC)
commit 82cf4629ab265dde415081cc32847a5e2c086cea
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Mar 7 11:50:21 2011 +0100
account-assistant: add mnemonic for the "no salut account" checkbox (#644058)
src/empathy-account-assistant.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index dee2d31..a242bf2 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -1147,8 +1147,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]