mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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_MARKUP_ERROR_INVALID_CONTENT,
|
||||
_("<range> specified minimum is greater than maxmimum"));
|
||||
_("<range> specified minimum is greater than maximum"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user