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:
parent
9a4be17726
commit
12237f8c09
2 changed files with 6 additions and 1 deletions
|
@ -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) :
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue