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:
Matthias Clasen 2011-09-10 10:36:00 -04:00
parent b1e04b2986
commit ec3653be00

View File

@ -463,7 +463,7 @@ key_state_start_choices (KeyState *state,
{
g_set_error_literal (error, G_MARKUP_ERROR,
G_MARKUP_ERROR_INVALID_CONTENT,
"<choices> can not be specified for keys "
"<choices> cannot be specified for keys "
"tagged as having an enumerated type");
return;
}
@ -881,7 +881,7 @@ schema_state_add_key (SchemaState *state,
{
g_set_error_literal (error, G_MARKUP_ERROR,
G_MARKUP_ERROR_INVALID_CONTENT,
_("can not add keys to a 'list-of' schema"));
_("cannot add keys to a 'list-of' schema"));
return NULL;
}