From b5d35fbfa302ce68c479d0b5987bb7f37c905337 Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Tue, 30 Jan 2007 17:01:40 +0000 Subject: [PATCH] issue a sensible error message when trying to use unmodified keybindings 2007-01-30 Jens Granseuer * 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 --- capplets/keybindings/ChangeLog | 6 ++++++ capplets/keybindings/gnome-keybinding-properties.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog index 39150a578..976318454 100644 --- a/capplets/keybindings/ChangeLog +++ b/capplets/keybindings/ChangeLog @@ -1,3 +1,9 @@ +2007-01-30 Jens Granseuer + + * gnome-keybinding-properties.c: (accel_edited_callback): issue a + sensible error message when trying to use unmodified keybindings + (fixes #328152) + 2007-01-21 Thomas Wood * keybinding.desktop.in.in: Corrected category entry diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c index 1918c4f05..104ff2aba 100644 --- a/capplets/keybindings/gnome-keybinding-properties.c +++ b/capplets/keybindings/gnome-keybinding-properties.c @@ -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);