Better name for the Disable option in MCE.
authorSalvatore Iovene <salvatore@iovene.com>
Fri, 11 Dec 2009 21:40:49 +0000 (23:40 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Fri, 11 Dec 2009 21:40:49 +0000 (23:40 +0200)
modules/tweakr-mce.c

index e2f7185..c5c5547 100644 (file)
@@ -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));