From 15a5f763349c6e3b3d3570fd4de6a83a03d726ad Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 16 Apr 2019 16:35:30 +0200 Subject: add missing TranslationManager.emptyString --- components/InputDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/InputDialog.qml') diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 65d249e3..26e1f18a 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -145,7 +145,7 @@ Item { small: true width: 120 fontSize: 14 - text: qsTr("Ok") + text: qsTr("Ok") + translationManager.emptyString KeyNavigation.tab: cancelButton onClicked: { root.close() -- cgit v1.2.3