Fix a typo.

2007-01-07  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-keyboard-properties.c: (main): Fix a typo.

svn path=/trunk/; revision=7080
This commit is contained in:
Kjartan Maraas 2007-01-07 15:27:08 +00:00 committed by Kjartan Maraas
parent 46ce80e7b4
commit 61b7c96fee
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-01-07 Kjartan Maraas <kmaraas@gnome.org>
* gnome-keyboard-properties.c: (main): Fix a typo.
2007-01-06 Lucas Rocha <lucasr.at.mundo@gmail.com>
Fixes #336286

View file

@ -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,