From 12237f8c09d854d21a84efbc051014c9166a7783 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 9 Jun 2002 07:15:29 +0000 Subject: [PATCH] Make the last string consistent with the rest in this file. 2002-06-06 Kjartan Maraas * gnome-settings-keybindings.c: Make the last string consistent with the rest in this file. --- gnome-settings-daemon/ChangeLog | 5 +++++ gnome-settings-daemon/gnome-settings-keybindings.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-settings-daemon/ChangeLog b/gnome-settings-daemon/ChangeLog index 008fbe29c..b6a832015 100644 --- a/gnome-settings-daemon/ChangeLog +++ b/gnome-settings-daemon/ChangeLog @@ -1,3 +1,8 @@ +2002-06-06 Kjartan Maraas + + * gnome-settings-keybindings.c: Make the last string consistent + with the rest in this file. + 2002-06-06 Erwann Chenede - * gnome-settings-keybindings.c (keybindings_filter) : diff --git a/gnome-settings-daemon/gnome-settings-keybindings.c b/gnome-settings-daemon/gnome-settings-keybindings.c index eab1df44c..0f87eb3fa 100644 --- a/gnome-settings-daemon/gnome-settings-keybindings.c +++ b/gnome-settings-daemon/gnome-settings-keybindings.c @@ -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;