From b65d950181ef88f4730ebb75f4c8039d2a9b9e39 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Fri, 3 Mar 2017 08:31:30 +0100 Subject: [PATCH] CURA-3397 Change headers in override profile table --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index ef7c9305c6..c1d167a5b6 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -101,7 +101,7 @@ UM.Dialog TableViewColumn { role: "label" - title: catalog.i18nc("@title:column", "Settings") + title: catalog.i18nc("@title:column", "Profile settings") delegate: labelDelegate width: tableView.width * 0.5 } @@ -109,7 +109,7 @@ UM.Dialog TableViewColumn { role: "original_value" - title: "Profile" + title: "Default" width: tableView.width * 0.25 delegate: defaultDelegate }