Gui: Fix translation of Export error dialog
This commit is contained in:
@@ -411,8 +411,8 @@ void StdCmdExport::activated(int iMsg)
|
||||
auto selection = Gui::Selection().getObjectsOfType(App::DocumentObject::getClassTypeId());
|
||||
if (selection.empty()) {
|
||||
QMessageBox::warning(Gui::getMainWindow(),
|
||||
QString::fromUtf8(QT_TR_NOOP("No selection")),
|
||||
QString::fromUtf8(QT_TR_NOOP("Select the objects to export before choosing Export.")));
|
||||
QCoreApplication::translate("StdCmdExport", "No selection"),
|
||||
QCoreApplication::translate("StdCmdExport", "Select the objects to export before choosing Export."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user