fix: Make world safety nag title text match the action being performed instead of always saying 'Copy World'

Signed-off-by: Robb <computerguy440+gh@gmail.com>
This commit is contained in:
Robb
2022-08-09 16:01:21 -05:00
parent 75f92de8f8
commit cd30f75173
2 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ protected:
private:
QModelIndex getSelectedWorld();
bool isWorldSafe(QModelIndex index);
bool worldSafetyNagQuestion();
bool worldSafetyNagQuestion(const QString &actionType);
void mceditError();
private: