mirror of https://github.com/GNOME/gimp.git
libgimpbase: fix typos in gimpmetadata.c
This commit is contained in:
parent
a44e06d059
commit
0b8e59c84e
|
@ -222,7 +222,7 @@ gimp_metadata_deserialize_start_element (GMarkupParseContext *context,
|
|||
if (! name)
|
||||
{
|
||||
g_set_error (error, gimp_metadata_error_quark (), 1001,
|
||||
"Element 'tag' not contain required attribute 'name'.");
|
||||
"Element 'tag' does not contain required attribute 'name'.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -458,7 +458,7 @@ gimp_metadata_save_to_file (GimpMetadata *metadata,
|
|||
if (! path)
|
||||
{
|
||||
g_set_error (error, gimp_metadata_error_quark (), 0,
|
||||
_("Can save metadata only from to files"));
|
||||
_("Can save metadata only to local files"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue