This commit is contained in:
Andy McKay 2014-03-03 09:48:26 -08:00
Родитель 675fc3804d
Коммит e4a7a1afc5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -302,7 +302,7 @@ def test_icon(err, data, url, size):
elif width != size:
err.error(
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 "
"width and height than the size that it said it "
"was.",