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
This commit is contained in:
Georges Basile Stavracas Neto 2016-07-29 14:48:56 -03:00 committed by Bastien Nocera
parent 4b5cc100e5
commit cf3ff886ca

View file

@ -441,7 +441,7 @@ setup_keyboard_item (CcKeyboardShortcutEditor *self,
gtk_widget_hide (self->replace_button); gtk_widget_hide (self->replace_button);
/* Setup the top label */ /* 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>, or press Esc to cancel."), item->description);
gtk_label_set_markup (GTK_LABEL (self->top_info_label), text); gtk_label_set_markup (GTK_LABEL (self->top_info_label), text);