Skip to content

Commit 4f6d9df

Browse files
committed
Update ScmSkyCultureExportDialog.cpp
1 parent a553737 commit 4f6d9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SkyCultureMaker/src/gui/ScmSkyCultureExportDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ bool ScmSkyCultureExportDialog::chooseExportDirectory(const QString& skyCultureI
213213

214214
if (!QDir(selectedDirectory).exists())
215215
{
216-
maker->showUserErrorMessage(this->dialog, ui->titleBar->title(), q_("ERROR: The selected directory is not valid"));
216+
maker->showUserErrorMessage(this->dialog, ui->titleBar->title(), q_("The selected directory is not valid"));
217217
qDebug() << "SkyCultureMaker: Selected non-existing export directory";
218218
return false;
219219
}

0 commit comments

Comments
 (0)