mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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:
parent
85815f8188
commit
fb448b2f31
@ -1,3 +1,8 @@
|
||||
2002-06-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/theme-parser.c (parse_aspect_ratio): fix error message about
|
||||
bad aspect ratio name.
|
||||
|
||||
2002-06-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/themes/Esco/metacity-theme-1.xml: test button aspect ratio
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user