Fix typo
editing from github is poggers
This commit is contained in:
parent
502ebd449f
commit
18cb48f806
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue