From 850a362c3f8838c734ab578a174ec87f45af31bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 21 Feb 2019 10:41:11 +0100
Subject: [PATCH] Cuisine: add translateable string

---
 lang/en.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/en.json b/lang/en.json
index a804044..9b11ac6 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -88,5 +88,6 @@
     "category:xmas": "Christmas",
     "date format not understood": "",
     "outdated feature": "",
-    "xmas:outdated-warning": "Feature has not been updated for the current season! Please check and set the tag 'xmas:lastcheck' to the current date."
+    "xmas:outdated-warning": "Feature has not been updated for the current season! Please check and set the tag 'xmas:lastcheck' to the current date.",
+    "Objects with diet information": "Objects with diet information"
 }