Make the last string consistent with the rest in this file.

2002-06-06  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-settings-keybindings.c: Make the last string consistent
	with the rest in this file.
This commit is contained in:
Kjartan Maraas 2002-06-09 07:15:29 +00:00 committed by Kjartan Maraas
parent 9a4be17726
commit 12237f8c09
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-06-06 Kjartan Maraas <kmaraas@gnome.org>
* gnome-settings-keybindings.c: Make the last string consistent
with the rest in this file.
2002-06-06 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c (keybindings_filter) :

View file

@ -150,7 +150,7 @@ bindings_get_entry (char *subdir)
binding_list = g_slist_append (binding_list, new_binding);
else
{
g_warning (_("Binding (%s) is invalid\n"), gconf_key);
g_warning (_("Key Binding (%s) is invalid\n"), gconf_key);
g_free (new_binding->binding_str);
g_free (new_binding->action);
return FALSE;