From 61b7c96fee8f45bba5e7b1157525e42a7febfbce Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 7 Jan 2007 15:27:08 +0000 Subject: [PATCH] Fix a typo. 2007-01-07 Kjartan Maraas * gnome-keyboard-properties.c: (main): Fix a typo. svn path=/trunk/; revision=7080 --- capplets/keyboard/ChangeLog | 4 ++++ capplets/keyboard/gnome-keyboard-properties.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog index 4df13f5bf..5062ff64e 100644 --- a/capplets/keyboard/ChangeLog +++ b/capplets/keyboard/ChangeLog @@ -1,3 +1,7 @@ +2007-01-07 Kjartan Maraas + + * gnome-keyboard-properties.c: (main): Fix a typo. + 2007-01-06 Lucas Rocha Fixes #336286 diff --git a/capplets/keyboard/gnome-keyboard-properties.c b/capplets/keyboard/gnome-keyboard-properties.c index ea4de339c..30a4ecf88 100644 --- a/capplets/keyboard/gnome-keyboard-properties.c +++ b/capplets/keyboard/gnome-keyboard-properties.c @@ -233,7 +233,7 @@ main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - context = g_option_context_new (_("- GNOME Keyboard Preferencies")); + context = g_option_context_new (_("- GNOME Keyboard Preferences")); g_option_context_add_main_entries (context, cap_options, GETTEXT_PACKAGE); gnome_program_init ("gnome-keyboard-properties", VERSION, LIBGNOMEUI_MODULE, argc, argv,