mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: rectangular -> square in error message
This commit is contained in:
parent
5f19abd979
commit
08842819fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue