fix: rectangular -> square in error message

This commit is contained in:
goat 2021-08-24 01:50:00 +02:00
parent 5f19abd979
commit 08842819fc
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -1757,7 +1757,7 @@ namespace Dalamud.Interface.Internal.Windows
if (icon.Height != icon.Width)
{
Log.Error($"Icon at {manifest.IconUrl} was not rectangular.");
Log.Error($"Icon at {manifest.IconUrl} was not square.");
return;
}