aboutsummaryrefslogtreecommitdiff
path: root/qml/pages/ProfilesPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/pages/ProfilesPage.qml')
-rw-r--r--qml/pages/ProfilesPage.qml4
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