From ba2b77d7488edaa5e054549f9ba9a7c3a46b2b9a Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Fri, 11 Dec 2009 23:40:49 +0200 Subject: [PATCH] Better name for the Disable option in MCE. --- modules/tweakr-mce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tweakr-mce.c b/modules/tweakr-mce.c index e2f7185..c5c5547 100644 --- a/modules/tweakr-mce.c +++ b/modules/tweakr-mce.c @@ -28,7 +28,7 @@ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \ TWEAKR_TYPE_MCE_SECTION)) -#define DISABLE_LABEL "Disable" +#define DISABLE_LABEL "Do nothing" #define SHOW_MENU_LABEL "Show menu" #define POWER_OFF_LABEL "Power off" #define LOCK_LABEL "Lock" @@ -422,7 +422,7 @@ static gboolean _save (TweakrSection *section, gint retcode; note = hildon_note_new_confirmation - (NULL, "Setting all Power Key options to \"Disabled\" means " + (NULL, "Setting all Power Key options to \"Do nothing\" means " "that the only way to turn the device off is the removal of " "the battery. Do you want to continue?"); retcode = gtk_dialog_run (GTK_DIALOG (note)); -- 1.7.9.5