[recipes: 1/2] Fix capitalisation of gluten in gr-details-page



commit 2176a04e3d22a1614bde0fcf24a4f884428f7d9d
Author: Kat <kittykat3756 gmail com>
Date:   Tue Oct 8 10:11:33 2019 +0000

    Fix capitalisation of gluten in gr-details-page
    
    "Gluten" is a common noun, not a proper noun, so should not be capitalised mid-sentence.

 src/gr-details-page.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gr-details-page.ui b/src/gr-details-page.ui
index c980b8c..8e8e69f 100644
--- a/src/gr-details-page.ui
+++ b/src/gr-details-page.ui
@@ -116,7 +116,7 @@
                                 <child>
                                   <object class="GtkImage" id="gluten_warning">
                                     <property name="icon-name">wheat-content-symbolic</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="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]