From a5a7b6dfa5df12cf41392401040a1222948a6abe Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 5 Aug 2018 15:14:24 +0200 Subject: [PATCH] Update FoodPlanForm.qml --- qml/FoodPlanForm.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/FoodPlanForm.qml b/qml/FoodPlanForm.qml index 35c1c05..b07c89e 100644 --- a/qml/FoodPlanForm.qml +++ b/qml/FoodPlanForm.qml @@ -6,7 +6,7 @@ Page { id:root //anchors.fill: parent property bool cookplanChanged - title: qsTr("Speiseplanplan") + title: qsTr("Speiseplan") property string icon: "qrc:/graphics/TreffpunktFannyLogo.png" property string link: "http://www.treffpunkt-fanny.de"