Browse Source

Use translation for text in keep/discard profile dialog

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

+ 1 - 1
resources/qml/DiscardOrKeepProfileChangesDialog.qml

@@ -47,7 +47,7 @@ UM.Dialog
 
             Label
             {
-                text: "You have customized some profile settings.\nWould you like to keep or discard those settings?"
+                text: catalog.i18nc("@text:window", "You have customized some profile settings.\nWould you like to keep or discard those settings?")
                 anchors.margins: UM.Theme.getSize("default_margin").width
                 font: UM.Theme.getFont("default")
                 wrapMode: Text.WordWrap