mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-05 10:29:30 +00:00
Wizard: remove unnecessary periods
This commit is contained in:
parent
ef2b0cfa4a
commit
e5a6a50e49
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ Rectangle {
|
||||||
|
|
||||||
WizardHeader {
|
WizardHeader {
|
||||||
Layout.bottomMargin: 20
|
Layout.bottomMargin: 20
|
||||||
title: qsTr("Welcome to Monero.") + translationManager.emptyString
|
title: qsTr("Welcome to Monero") + translationManager.emptyString
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ Rectangle {
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
WizardHeader {
|
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
|
subtitle: qsTr("Please select the statement that best matches you.") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue