diff --git a/ChangeLog b/ChangeLog index 29d9fb73c66fd4db023292050a2dde84a3a65e11..8aadf08eb020f3b8032a987132395968ff1e832e 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 29d9fb73c66fd4db023292050a2dde84a3a65e11..8aadf08eb020f3b8032a987132395968ff1e832e 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 29d9fb73c66fd4db023292050a2dde84a3a65e11..8aadf08eb020f3b8032a987132395968ff1e832e 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 29d9fb73c66fd4db023292050a2dde84a3a65e11..8aadf08eb020f3b8032a987132395968ff1e832e 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 2b8207b8244e7d1e2ab6f7cdc447d15e2ae87865..e9926ad5266c01ecb16ffd330a7988cbdd57c9b6 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 */