[gnome-control-center/wip/gbsneto/keyboard-improvements: 1/3] keyboard: change standard shortcut top label



commit f403c3e55f6d2ebb55b632873e4872884234d638
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jul 29 14:48:56 2016 -0300

    keyboard: change standard shortcut top label
    
    Per feedback, the current call-to-action label isn't very clear
    and is too long.
    
    Fix that by rewording the label.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769314

 panels/keyboard/cc-keyboard-shortcut-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/cc-keyboard-shortcut-editor.c b/panels/keyboard/cc-keyboard-shortcut-editor.c
index a68e853..0c62532 100644
--- a/panels/keyboard/cc-keyboard-shortcut-editor.c
+++ b/panels/keyboard/cc-keyboard-shortcut-editor.c
@@ -441,7 +441,7 @@ setup_keyboard_item (CcKeyboardShortcutEditor *self,
   gtk_widget_hide (self->replace_button);
 
   /* Setup the top label */
-  text = g_strdup_printf (_("Keyboard shortcut for <b>%s</b>. Enter new shortcut to change."), 
item->description);
+  text = g_strdup_printf (_("Enter new shortcut to change <b>%s</b>."), item->description);
 
   gtk_label_set_markup (GTK_LABEL (self->top_info_label), text);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]