mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
Fix ChangePixelFormatCommand label on keyboard shortcuts dialog when used without params
This commit is contained in:
parent
9520dee00a
commit
a938fcec7f
@ -197,6 +197,7 @@ ChangePixelFormat_Indexed = Indexed
|
||||
ChangePixelFormat_Indexed_OrderedDithering = Indexed with Ordered Dithering
|
||||
ChangePixelFormat_Indexed_OldDithering = Indexed with Old Dithering
|
||||
ChangePixelFormat_Indexed = Indexed
|
||||
ChangePixelFormat_MoreOptions = More Options
|
||||
Clear = Clear
|
||||
ClearCel = Clear Cel
|
||||
CloseAllFiles = Close All Files
|
||||
|
@ -512,6 +512,8 @@ std::string ChangePixelFormatCommand::onGetFriendlyName() const
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
conversion = Strings::commands_ChangePixelFormat_MoreOptions();
|
||||
|
||||
return fmt::format(getBaseFriendlyName(), conversion);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user