[recipes] Add a label for Halal



commit 873993a105655c523521359804fc499a3c26a19c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 1 23:18:20 2018 -0500

    Add a label for Halal

 src/gr-diet.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/gr-diet.c b/src/gr-diet.c
index 21683a9..aa5d17a 100644
--- a/src/gr-diet.c
+++ b/src/gr-diet.c
@@ -46,7 +46,7 @@ gr_diet_get_label (GrDiets diet)
                 label = _("Milk-free recipes");
                 break;
         case GR_DIET_HALAL:
-                label = _("Halal");
+                label = _("Halal recipes");
                 break;
         default:
                 label = _("Other dietary restrictions");
@@ -77,6 +77,9 @@ gr_diet_get_description (GrDiets diet)
         case GR_DIET_MILK_FREE:
                 label = _("Lactose intolerance is a condition in which people have symptoms due to the 
decreased ability to digest lactose, a sugar found in milk products. Those affected vary in the amount of 
lactose they can tolerate before symptoms develop. Symptoms may include abdominal pain, bloating, diarrhea, 
gas, and nausea. These typically start between half and two hours after drinking milk. Severity depends on 
the amount a person eats or drinks. It does not cause damage to the gastrointestinal tract.\n<a 
href=\"https://en.wikipedia.org/wiki/Lactose_intolerance\";>Learn moreā€¦</a>");
                 break;
+        case GR_DIET_HALAL:
+                label = _("Halal meat is prepared according to Islamic traditions");
+                break;
         default:
                 label = _("Other dietary restrictions");
                 break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]