diff --git a/panels/keyboard/cc-keyboard-shortcut-editor.c b/panels/keyboard/cc-keyboard-shortcut-editor.c
index a68e853e7..9acaa1de6 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 %s. Enter new shortcut to change."), item->description);
+ text = g_strdup_printf (_("Enter new shortcut to change %s, or press Esc to cancel."), item->description);
gtk_label_set_markup (GTK_LABEL (self->top_info_label), text);