mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
fix error message about bad aspect ratio name.
2002-06-03 Havoc Pennington <hp@pobox.com> * src/theme-parser.c (parse_aspect_ratio): fix error message about bad aspect ratio name.
This commit is contained in:

committed by
Havoc Pennington

parent
85815f8188
commit
fb448b2f31
@ -1399,7 +1399,7 @@ parse_aspect_ratio (GMarkupParseContext *context,
|
||||
else
|
||||
{
|
||||
set_error (error, context, G_MARKUP_ERROR, G_MARKUP_ERROR_PARSE,
|
||||
_("Distance \"%s\" is unknown"), name);
|
||||
_("Aspect ratio \"%s\" is unknown"), name);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user