1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-20 04:15:53 +01:00

Merge pull request #2689

e5a6a50 Wizard: remove unnecessary periods (rating89us)
This commit is contained in:
luigi1111 2020-02-05 21:37:35 -05:00
commit dba48334e6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Rectangle {
WizardHeader {
Layout.bottomMargin: 20
title: qsTr("Welcome to Monero.") + translationManager.emptyString
title: qsTr("Welcome to Monero") + translationManager.emptyString
subtitle: ""
}

View File

@ -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
}