mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
glib-compile-schemas: Pedantic string fixes
Replace 'can not' by 'cannot' in several places. String change! https://bugzilla.gnome.org/show_bug.cgi?id=658207
This commit is contained in:
parent
b1e04b2986
commit
ec3653be00
@ -463,7 +463,7 @@ key_state_start_choices (KeyState *state,
|
|||||||
{
|
{
|
||||||
g_set_error_literal (error, G_MARKUP_ERROR,
|
g_set_error_literal (error, G_MARKUP_ERROR,
|
||||||
G_MARKUP_ERROR_INVALID_CONTENT,
|
G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
"<choices> can not be specified for keys "
|
"<choices> cannot be specified for keys "
|
||||||
"tagged as having an enumerated type");
|
"tagged as having an enumerated type");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -881,7 +881,7 @@ schema_state_add_key (SchemaState *state,
|
|||||||
{
|
{
|
||||||
g_set_error_literal (error, G_MARKUP_ERROR,
|
g_set_error_literal (error, G_MARKUP_ERROR,
|
||||||
G_MARKUP_ERROR_INVALID_CONTENT,
|
G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
_("can not add keys to a 'list-of' schema"));
|
_("cannot add keys to a 'list-of' schema"));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user