From e5a954e680725ca50bea25ae6cae2436988e48c3 Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sat, 12 Dec 2009 22:55:15 +0200 Subject: [PATCH 1/1] Use correct label. --- modules/tweakr-mce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tweakr-mce.c b/modules/tweakr-mce.c index 31c2651..cda4562 100644 --- a/modules/tweakr-mce.c +++ b/modules/tweakr-mce.c @@ -290,7 +290,7 @@ GtkWidget * _build_double_power_key (TweakrMceSection *section) hildon_gtk_widget_set_theme_size (button, HILDON_SIZE_FINGER_HEIGHT); hildon_button_set_title (HILDON_BUTTON (button), - _("Power key long press")); + _("Power key double press")); gtk_button_set_alignment (GTK_BUTTON (button), 0.0f, 0.5f); hildon_picker_button_set_selector (HILDON_PICKER_BUTTON (button), HILDON_TOUCH_SELECTOR (selector)); -- 1.7.9.5