diff --git a/src/Gui/ExportMenu.cpp b/src/Gui/ExportMenu.cpp --- a/src/Gui/ExportMenu.cpp +++ b/src/Gui/ExportMenu.cpp @@ -99,7 +99,7 @@ addSeparator(); QAction *openWith = new QAction(this); - openWith->setText(i18n("Other Application")); + openWith->setText(i18n("Other Application...")); openWith->setShortcuts(KStandardShortcut::open()); connect(openWith, &QAction::triggered, [=]() {