From c1bdbb3eed63b0b3a7e6fd7e87a56ce0a228035b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Oct 2004 13:40:14 +0000 Subject: [PATCH] Fix the spelling of Inuktitut in several places. (#154176, John Austin) 2004-10-01 Matthias Clasen * modules/input/iminuktitut.c: Fix the spelling of Inuktitut in several places. (#154176, John Austin) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ modules/input/iminuktitut.c | 4 ++-- 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29d9fb73c6..8aadf08eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-01 Matthias Clasen + + * modules/input/iminuktitut.c: Fix the spelling of Inuktitut + in several places. (#154176, John Austin) + 2004-09-30 Paolo Borelli * tests/testellipsize.c: exit on close. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 29d9fb73c6..8aadf08eb0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-10-01 Matthias Clasen + + * modules/input/iminuktitut.c: Fix the spelling of Inuktitut + in several places. (#154176, John Austin) + 2004-09-30 Paolo Borelli * tests/testellipsize.c: exit on close. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 29d9fb73c6..8aadf08eb0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-10-01 Matthias Clasen + + * modules/input/iminuktitut.c: Fix the spelling of Inuktitut + in several places. (#154176, John Austin) + 2004-09-30 Paolo Borelli * tests/testellipsize.c: exit on close. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 29d9fb73c6..8aadf08eb0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-10-01 Matthias Clasen + + * modules/input/iminuktitut.c: Fix the spelling of Inuktitut + in several places. (#154176, John Austin) + 2004-09-30 Paolo Borelli * tests/testellipsize.c: exit on close. diff --git a/modules/input/iminuktitut.c b/modules/input/iminuktitut.c index 2b8207b824..e9926ad526 100644 --- a/modules/input/iminuktitut.c +++ b/modules/input/iminuktitut.c @@ -56,7 +56,7 @@ inuktitut_register_type (GTypeModule *module) type_inuktitut_translit = g_type_module_register_type (module, GTK_TYPE_IM_CONTEXT_SIMPLE, - "GtkIMContextInukitut", + "GtkIMContextInuktitut", &object_info, 0); } @@ -124,7 +124,7 @@ inuktitut_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo inuktitut_info = { "inuktitut", /* ID */ - N_("Inukitut (Transliterated)"), /* Human readable name */ + N_("Inuktitut (Transliterated)"), /* Human readable name */ GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "iu" /* Languages for which this module is the default */