Skip to content

Commit

Permalink
Fix two minor ... for translations
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 10, 2023
1 parent 459cc37 commit fd1d6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/propertytables/propertyview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion avogadro/qtplugins/templatetool/templatetoolwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
</item>
<item>
<property name="text">
<string>Other...</string>
<string>Other</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit fd1d6fd

Please sign in to comment.