[recipes] Use Unicode typography in translatable strings for “What’s New”



commit 3e7fa13a88dba667143591cf3d5566701401425e
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Feb 27 20:51:51 2017 +0100

    Use Unicode typography in translatable strings for “What’s New”
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/menus.ui                   |    2 +-
 src/recipe-whats-new-dialog.ui |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index 49a0a3f..8ed1e1d 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -15,7 +15,7 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_What's New</attribute>
+        <attribute name="label" translatable="yes">_What’s New</attribute>
         <attribute name="action">app.news</attribute>
       </item>
       <item>
diff --git a/src/recipe-whats-new-dialog.ui b/src/recipe-whats-new-dialog.ui
index df80b70..092084a 100644
--- a/src/recipe-whats-new-dialog.ui
+++ b/src/recipe-whats-new-dialog.ui
@@ -5,12 +5,12 @@
     <property name="default-width">400</property>
     <property name="default-height">600</property>
     <property name="resizable">0</property>
-    <property name="title" translatable="yes">What's New in Recipes</property>
+    <property name="title" translatable="yes">What’s New in Recipes</property>
     <property name="destroy-with-parent">1</property>
     <child type="titlebar">
       <object class="GtkHeaderBar">
         <property name="visible">1</property>
-        <property name="title" translatable="yes">What's New in Recipes</property>
+        <property name="title" translatable="yes">What’s New in Recipes</property>
         <property name="show-close-button">1</property>
       </object>
     </child>


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