forked from Public/monero-gui
Merge pull request #2689
e5a6a50 Wizard: remove unnecessary periods (rating89us)
This commit is contained in:
@@ -58,7 +58,7 @@ Rectangle {
|
||||
|
||||
WizardHeader {
|
||||
Layout.bottomMargin: 20
|
||||
title: qsTr("Welcome to Monero.") + translationManager.emptyString
|
||||
title: qsTr("Welcome to Monero") + translationManager.emptyString
|
||||
subtitle: ""
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user