fix string muppetry
This commit is contained in:
Родитель
675fc3804d
Коммит
e4a7a1afc5
|
@ -302,7 +302,7 @@ def test_icon(err, data, url, size):
|
||||||
elif width != size:
|
elif width != size:
|
||||||
err.error(
|
err.error(
|
||||||
err_id=("resources", "icon", "size"),
|
err_id=("resources", "icon", "size"),
|
||||||
error="Icon size %px does not match." % size,
|
error="Icon size %spx does not match." % size,
|
||||||
description=["A downloaded icon was found to have a different "
|
description=["A downloaded icon was found to have a different "
|
||||||
"width and height than the size that it said it "
|
"width and height than the size that it said it "
|
||||||
"was.",
|
"was.",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче