aboutsummaryrefslogtreecommitdiff
path: root/qml/pages/MainPage.qml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-11 08:22:45 +0200
committerAndreas Grois <andi@grois.info>2022-10-11 08:22:45 +0200
commit7165f670d47c7a06f80096bdcaf9d13722c804db (patch)
treee3a1de5713d6b31f9185d47fdd67be4b81a6b310 /qml/pages/MainPage.qml
parenta3fce751364183000d1c0c326cf522c5cd11d4b0 (diff)
Improve UI text consistency (mainly casing)
German translation needs to be updated.
Diffstat (limited to 'qml/pages/MainPage.qml')
-rw-r--r--qml/pages/MainPage.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml
index 1195ef8..2a28eff 100644
--- a/qml/pages/MainPage.qml
+++ b/qml/pages/MainPage.qml
@@ -35,7 +35,7 @@ Page {
PullDownMenu {
MenuItem {
- text: qsTr("App Settings")
+ text: qsTr("App settings")
onClicked: {
var pg = pageStack.animatorPush(Qt.resolvedUrl("SettingsEditor.qml"),
{
@@ -103,8 +103,8 @@ Page {
text: passwordmaker.master_password
- label: qsTr("Master Password")
- placeholderText: qsTr("Master Password")
+ label: qsTr("Master password")
+ placeholderText: qsTr("Master password")
EnterKey.iconSource: "image://theme/icon-m-enter-close"
EnterKey.onClicked: focus = false
Binding {
@@ -119,11 +119,11 @@ Page {
inputMethodHints: Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
- label: qsTr("Used Text")
+ label: qsTr("Used text")
hideLabelOnEmptyField: passwordmaker.used_text === ""
onFocusChanged: if(focus) text = passwordmaker.used_text
onPlaceholderTextChanged: if(!focus) text = ""
- placeholderText: passwordmaker.used_text === "" ? qsTr("Used Text") : passwordmaker.used_text
+ placeholderText: passwordmaker.used_text === "" ? qsTr("Used text") : passwordmaker.used_text
EnterKey.iconSource: "image://theme/icon-m-enter-close"
EnterKey.onClicked: focus = false
Binding {
@@ -167,7 +167,7 @@ Page {
showEchoModeToggle: passwordmaker.settings.hide_generated_password
readOnly: true
focusOnClick: true
- label: qsTr("Generated Password")
+ label: qsTr("Generated password")
hideLabelOnEmptyField: false
placeholderText:
password_text_from_generator_state(