mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
glib-compile-schemas: Fix typo in newly translatable string
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user