Browse Source

CURA-3397 Change headers in override profile table

Lipu Fei 8 years ago
parent
commit
b65d950181
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 2 - 2
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
             }