mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
glib-compile-schemas: Fix typo in newly translatable string
This commit is contained in:
parent
a7aa8acc48
commit
94816e10d2
@ -405,7 +405,7 @@ key_state_set_range (KeyState *state,
|
|||||||
{
|
{
|
||||||
g_set_error (error, G_MARKUP_ERROR,
|
g_set_error (error, G_MARKUP_ERROR,
|
||||||
G_MARKUP_ERROR_INVALID_CONTENT,
|
G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
_("<range> specified minimum is greater than maxmimum"));
|
_("<range> specified minimum is greater than maximum"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user