mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Minor fix calling Alert::show() in ColorSelector:onFixWarningClick()
This commit is contained in:
parent
eb60a4c3e7
commit
3810cfc1fa
@ -261,7 +261,7 @@ void ColorSelector::onFixWarningClick(ui::Event& ev)
|
||||
if (index < 0) {
|
||||
Alert::show(
|
||||
"Error<<The palette is full."
|
||||
"<<You cannot have more than %d colors.<<&OK",
|
||||
"<<You cannot have more than %d colors.||&OK",
|
||||
Palette::MaxColors);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user