From e5a6a50e49db45cc6de1a3e84a986d517ea4fde8 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Fri, 27 Dec 2019 14:56:06 -0300 Subject: [PATCH] Wizard: remove unnecessary periods --- wizard/WizardHome.qml | 2 +- wizard/WizardModeSelection.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml index db83b598..4d042a2a 100644 --- a/wizard/WizardHome.qml +++ b/wizard/WizardHome.qml @@ -58,7 +58,7 @@ Rectangle { WizardHeader { Layout.bottomMargin: 20 - title: qsTr("Welcome to Monero.") + translationManager.emptyString + title: qsTr("Welcome to Monero") + translationManager.emptyString subtitle: "" } diff --git a/wizard/WizardModeSelection.qml b/wizard/WizardModeSelection.qml index 87f28b75..ffae4cbd 100644 --- a/wizard/WizardModeSelection.qml +++ b/wizard/WizardModeSelection.qml @@ -58,7 +58,7 @@ Rectangle { spacing: 0 WizardHeader { - title: qsTr("Mode selection.") + translationManager.emptyString + title: qsTr("Mode selection") + translationManager.emptyString subtitle: qsTr("Please select the statement that best matches you.") + translationManager.emptyString }