diff options
Diffstat (limited to 'modules/input/immultipress.c')
-rw-r--r-- | modules/input/immultipress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/immultipress.c b/modules/input/immultipress.c index c4c0202b28..89608cb173 100644 --- a/modules/input/immultipress.c +++ b/modules/input/immultipress.c @@ -27,7 +27,7 @@ */ static const GtkIMContextInfo info = { CONTEXT_ID, /* ID */ - N_("Multipress"), /* Human readable name */ + NC_("input method menu", "Multipress"), /* Human readable name */ GETTEXT_PACKAGE, /* Translation domain. Defined in configure.ac */ MULTIPRESS_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+"). Defined in the Makefile.am */ "" /* Languages for which this module is the default */ |