From 0ce4b5f2de7b7c61d439fbfa520059b18da37843 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 7 Nov 2016 14:07:06 +0100 Subject: [PATCH] Add "..." to Duplicate Model menu entry to indicate there is a dialog --- resources/qml/Actions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index e88b7e77ea..d03070d7e7 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -232,7 +232,7 @@ Item Action { id: multiplyObjectAction; - text: catalog.i18nc("@action:inmenu","&Duplicate Model"); + text: catalog.i18nc("@action:inmenu","&Duplicate Model..."); iconName: "edit-duplicate" }