glib-compile-schemas: Fix typo in newly translatable string

This commit is contained in:
Daniel Boles 2017-08-03 11:30:20 +01:00
parent a7aa8acc48
commit 94816e10d2

View File

@ -405,7 +405,7 @@ key_state_set_range (KeyState *state,
{
g_set_error (error, G_MARKUP_ERROR,
G_MARKUP_ERROR_INVALID_CONTENT,
_("<range> specified minimum is greater than maxmimum"));
_("<range> specified minimum is greater than maximum"));
return;
}