[recipes] Add a diclaimer about dietary restrictions



commit 8dd75bcf20596bee44f4a118cbd35b399001adc9
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Mar 28 18:35:52 2017 +0100

    Add a diclaimer about dietary restrictions
    
    We cannot guarantee that the the gluten or dairy warnings
    are accurate. Better ask people to double check.

 src/gr-details-page.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-details-page.ui b/src/gr-details-page.ui
index c6ea53f..1803c7c 100644
--- a/src/gr-details-page.ui
+++ b/src/gr-details-page.ui
@@ -109,14 +109,14 @@
                                 <child>
                                   <object class="GtkImage" id="dairy_warning">
                                     <property name="icon-name">dairy-content-symbolic</property>
-                                    <property name="tooltip-text" translatable="yes">Contains dairy 
products</property>
+                                    <property name="tooltip-text" translatable="yes">Contains dairy 
products. Please always double-check the ingredients if you are serving a person with gluten or dairy 
intolerance.</property>
                                     <property name="icon-size">1</property>
                                   </object>
                                 </child>
                                 <child>
                                   <object class="GtkImage" id="gluten_warning">
                                     <property name="icon-name">wheat-content-symbolic</property>
-                                    <property name="tooltip-text" translatable="yes">Contains 
Gluten</property>
+                                    <property name="tooltip-text" translatable="yes">Contains Gluten. Please 
always double-check the ingredients if you are serving a person with gluten or dairy intolerance.</property>
                                     <property name="icon-size">1</property>
                                   </object>
                                 </child>


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