Better name for the Disable option in MCE.
[tweakr] / modules / tweakr-mce.c
index 2450009..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"
@@ -362,7 +362,7 @@ tweakr_mce_section_init (TweakrMceSection *section)
     section->value_changed = FALSE;
 
     iface = TWEAKR_SECTION (section);
-    iface->name = "Mce";
+    iface->name = "Hardware keys";
     iface->widget = gtk_vbox_new (FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), section->short_power_key,
                         FALSE, FALSE, 0);
@@ -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));