aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorsigno88 <msignorat@gmail.com>2016-11-08 15:47:00 +0100
committerGitHub <noreply@github.com>2016-11-08 15:47:00 +0100
commit71e0036fdff648043df9b8a27417957bf869867c (patch)
treee94782a3a02f9f7c5610d3cb76557d68682e2f27 /wizard
parentc9bb2f571895edb6a01ca5528c944d09bc222823 (diff)
downloadmonzero-gui-71e0036fdff648043df9b8a27417957bf869867c.tar.gz
monzero-gui-71e0036fdff648043df9b8a27417957bf869867c.tar.xz
monzero-gui-71e0036fdff648043df9b8a27417957bf869867c.zip
Wizard modification for italian translation
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardWelcome.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml
index 3553a6a5..c80372b3 100644
--- a/wizard/WizardWelcome.qml
+++ b/wizard/WizardWelcome.qml
@@ -82,8 +82,9 @@ Item {
wrapMode: Text.Wrap
// hack to implement dynamic translation
// https://wiki.qt.io/How_to_do_dynamic_translation_in_QML
- text: qsTr("Welcome") /*+
- translationManager.emptyString*/
+ text: qsTr("Welcome") +
+ translationManager.emptyString
+
}
Text {
@@ -95,8 +96,7 @@ Item {
//renderType: Text.NativeRendering
color: "#4A4646"
wrapMode: Text.Wrap
- text: qsTr("Please choose a language and regional format.")
-// + translationManager.emptyString
+ text: qsTr("Please choose a language and regional format.") + translationManager.emptyString
}
}
// Flags model