From 7165f670d47c7a06f80096bdcaf9d13722c804db Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 11 Oct 2022 08:22:45 +0200 Subject: Improve UI text consistency (mainly casing) German translation needs to be updated. --- qml/pages/ProfilesPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qml/pages/ProfilesPage.qml') 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 -- cgit v1.2.3