Fix SetColorSelector command label in keyboard preferences

This commit is contained in:
David Capello 2018-03-12 13:58:19 -03:00
parent 742446adf9
commit dcfa2efc94

View File

@ -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()