imcontext: Improve an error message

This error message was misleading, as pointed out
by Ralf Jung.
This commit is contained in:
Matthias Clasen 2021-02-01 00:44:08 -05:00
parent e39b5c99f1
commit 162814f969

View File

@ -191,7 +191,7 @@ parse_compose_sequence (GtkComposeData *compose_data,
g_strfreev (words);
if (0 == n || n >= GTK_MAX_COMPOSE_LEN)
{
g_warning ("The max number of sequences is %d: %s",
g_warning ("The max length of compose sequences is %d: %s",
GTK_MAX_COMPOSE_LEN, line);
return FALSE;
}