mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix SetColorSelector command label in keyboard preferences
This commit is contained in:
parent
742446adf9
commit
dcfa2efc94
@ -91,7 +91,7 @@ std::string SetColorSelectorCommand::onGetFriendlyName() const
|
||||
type = Strings::commands_SetColorSelector_NormalMapWheel();
|
||||
break;
|
||||
}
|
||||
return fmt::format(getBaseFriendlyName(), type);
|
||||
return fmt::format(getBaseFriendlyName() + ": {0}", type);
|
||||
}
|
||||
|
||||
Command* CommandFactory::createSetColorSelectorCommand()
|
||||
|
Loading…
Reference in New Issue
Block a user