Mark a string for translation.

2002-05-09  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-keybindings-properties.c (accel_edited_callback): Mark
	a string for translation.
This commit is contained in:
Kjartan Maraas 2002-05-09 10:58:31 +00:00 committed by Kjartan Maraas
parent 1392788294
commit 612ed26247
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-05-09 Kjartan Maraas <kmaraas@gnome.org>
* gnome-keybindings-properties.c (accel_edited_callback): Mark
a string for translation.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* gnome-keybinding-properties.c (get_wm_name): It's true that

View file

@ -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));