editing from github is poggers
This commit is contained in:
ExpoSeed 2020-10-04 20:47:32 -05:00 committed by garak
parent 502ebd449f
commit 18cb48f806

View file

@ -526,7 +526,7 @@ void TilesetEditor::importTilesetTiles(Tileset *tileset, bool primary) {
if (image.colorCount() == 0) {
QMessageBox msgBox(this);
msgBox.setText("Select Palette for Tiles");
msgBox.setInformativeText(QString("The provided image is not indexed. Please select a palette file to for the image. An indexed image will be generated using the provided image and palette.")
msgBox.setInformativeText(QString("The provided image is not indexed. Please select a palette file for the image. An indexed image will be generated using the provided image and palette.")
.arg(image.colorCount()));
msgBox.setDefaultButton(QMessageBox::Ok);
msgBox.setIcon(QMessageBox::Icon::Warning);