issue a sensible error message when trying to use unmodified keybindings
2007-01-30 Jens Granseuer <jensgr@gmx.net> * gnome-keybinding-properties.c: (accel_edited_callback): issue a sensible error message when trying to use unmodified keybindings (fixes #328152) svn path=/trunk/; revision=7205
This commit is contained in:
parent
9d895cfc0d
commit
b5d35fbfa3
2 changed files with 7 additions and 1 deletions
|
@ -675,7 +675,7 @@ accel_edited_callback (GtkCellRendererText *cell,
|
|||
GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL,
|
||||
GTK_MESSAGE_WARNING,
|
||||
GTK_BUTTONS_CANCEL,
|
||||
_("The shortcut \"%s\" cannot be used because it will become unusable to type using this key.\n"
|
||||
_("The shortcut \"%s\" cannot be used because it will become impossible to type using this key.\n"
|
||||
"Please try with a key such as Control, Alt or Shift at the same time.\n"),
|
||||
name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue