From fd1d6fd3afd974e50a0d12943c250fc3cae3df7f Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Sun, 10 Dec 2023 13:04:06 -0500 Subject: [PATCH] Fix two minor ... for translations Signed-off-by: Geoff Hutchison --- avogadro/qtplugins/propertytables/propertyview.cpp | 2 +- avogadro/qtplugins/templatetool/templatetoolwidget.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avogadro/qtplugins/propertytables/propertyview.cpp b/avogadro/qtplugins/propertytables/propertyview.cpp index 6e497951a9..70f762802b 100644 --- a/avogadro/qtplugins/propertytables/propertyview.cpp +++ b/avogadro/qtplugins/propertytables/propertyview.cpp @@ -285,7 +285,7 @@ void PropertyView::contextMenuEvent(QContextMenuEvent* event) connect(copyAction, &QAction::triggered, this, &PropertyView::copySelectedRowsToClipboard); - QAction* exportAction = menu.addAction(tr("Export...")); + QAction* exportAction = menu.addAction(tr("Export…")); menu.addAction(exportAction); connect(exportAction, &QAction::triggered, this, &PropertyView::openExportDialogBox); diff --git a/avogadro/qtplugins/templatetool/templatetoolwidget.ui b/avogadro/qtplugins/templatetool/templatetoolwidget.ui index e59f00303f..2dc432b357 100644 --- a/avogadro/qtplugins/templatetool/templatetoolwidget.ui +++ b/avogadro/qtplugins/templatetool/templatetoolwidget.ui @@ -498,7 +498,7 @@ - Other... + Other…