diff options
| author | Andreas Grois <andi@grois.info> | 2022-10-11 08:22:45 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2022-10-11 08:22:45 +0200 |
| commit | 7165f670d47c7a06f80096bdcaf9d13722c804db (patch) | |
| tree | e3a1de5713d6b31f9185d47fdd67be4b81a6b310 /qml/pages/ProfilesPage.qml | |
| parent | a3fce751364183000d1c0c326cf522c5cd11d4b0 (diff) | |
Improve UI text consistency (mainly casing)
German translation needs to be updated.
Diffstat (limited to 'qml/pages/ProfilesPage.qml')
| -rw-r--r-- | qml/pages/ProfilesPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/pages/ProfilesPage.qml b/qml/pages/ProfilesPage.qml index a2df8af..b9a8425 100644 --- a/qml/pages/ProfilesPage.qml +++ b/qml/pages/ProfilesPage.qml @@ -18,7 +18,7 @@ Page { PullDownMenu { MenuItem { - text: qsTr("Add Profile") + text: qsTr("Add profile") onClicked: { profilesView.model.insertRows(profilesView.model.rowCount(),1); profilesView.store_profile_with_error_message(); @@ -26,7 +26,7 @@ Page { } } header: PageHeader { - title: qsTr("Select/Edit Profiles") + title: qsTr("Select/edit profiles") } delegate: ListItem { id: delegate |
