diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog index b4470202e..5934ade0e 100644 --- a/capplets/keybindings/ChangeLog +++ b/capplets/keybindings/ChangeLog @@ -1,3 +1,8 @@ +2002-05-09 Kjartan Maraas + + * gnome-keybindings-properties.c (accel_edited_callback): Mark + a string for translation. + 2002-05-06 Anders Carlsson * gnome-keybinding-properties.c (get_wm_name): It's true that diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c index ef342d147..b643c1f8a 100644 --- a/capplets/keybindings/gnome-keybinding-properties.c +++ b/capplets/keybindings/gnome-keybinding-properties.c @@ -689,7 +689,7 @@ accel_edited_callback (GtkCellRendererText *cell, GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, - "Error setting new accelerator in configuration database: %s\n", + _("Error setting new accelerator in configuration database: %s\n"), err->message); gtk_dialog_run (GTK_DIALOG (dialog));