[recipes] Quick typography touch-ups



commit 8f323950ff119411430a6ecd0a4867724a0c7c72
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jul 15 03:34:24 2017 +0200

    Quick typography touch-ups

 data/org.gnome.Recipes.gschema.xml |    2 +-
 src/gr-window.c                    |    2 +-
 src/recipe-surprise.ui             |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.Recipes.gschema.xml b/data/org.gnome.Recipes.gschema.xml
index e15641f..cef812b 100644
--- a/data/org.gnome.Recipes.gschema.xml
+++ b/data/org.gnome.Recipes.gschema.xml
@@ -77,7 +77,7 @@
       <default>'locale'</default>
       <summary>The setting for which unit temperatures should be displayed in. </summary>
       <description>
-        The setting for which unit temperatures should be displayed in. Default is 'locale',
+        The setting for which unit temperatures should be displayed in. Default is “locale”,
         which means to use the LC_MEASUREMENT category of the current locale to decide.
       </description>
     </key>
diff --git a/src/gr-window.c b/src/gr-window.c
index ca54f18..276b4bd 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1601,7 +1601,7 @@ play_tada_sound (GtkWindow *win)
         ca_context_play (c, 0,
                          CA_PROP_MEDIA_ROLE, "alert",
                          CA_PROP_MEDIA_FILENAME, path,
-                         CA_PROP_MEDIA_NAME, _("GNOME turns 20 !"),
+                         CA_PROP_MEDIA_NAME, _("GNOME turns 20!"),
                          NULL);
 #endif
 }
diff --git a/src/recipe-surprise.ui b/src/recipe-surprise.ui
index 99b9e9f..70a2d66 100644
--- a/src/recipe-surprise.ui
+++ b/src/recipe-surprise.ui
@@ -26,7 +26,7 @@
         <child>
           <object class="GtkLabel">
             <property name="visible">1</property>
-            <property name="label" translatable="yes">GNOME turns 20 !</property>
+            <property name="label" translatable="yes">GNOME turns 20!</property>
             <style>
               <class name="welcome"/>
               <class name="heading"/>
@@ -67,7 +67,7 @@ STRONG</property>
             <property name="visible">1</property>
             <property name="halign">center</property>
             <property name="margin-top">20</property>
-            <property name="label" translatable="yes">Let's Party</property>
+            <property name="label" translatable="yes">Let’s Party</property>
             <style>
               <class name="suggested-action"/>
             </style>


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