diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2019-12-27 14:56:06 -0300 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-01-09 20:12:08 -0300 |
| commit | e5a6a50e49db45cc6de1a3e84a986d517ea4fde8 (patch) | |
| tree | 23abab9dc377e9822e4be1abe11f986542f6d331 /wizard/WizardModeSelection.qml | |
| parent | ef2b0cfa4a7327d8e6fd086452890cebe55e3b6f (diff) | |
| download | monzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.tar.gz monzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.tar.xz monzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.zip | |
Wizard: remove unnecessary periods
Diffstat (limited to 'wizard/WizardModeSelection.qml')
| -rw-r--r-- | wizard/WizardModeSelection.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
