[gnome-music] Use Unicode in translatable strings



commit 36f01c59c457edd6a9896f6d882ce4ea6c569616
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Nov 10 14:03:21 2016 +0100

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772263

 data/AboutDialog.ui.in           |    2 +-
 data/org.gnome.Music.gschema.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/AboutDialog.ui.in b/data/AboutDialog.ui.in
index f1a15a3..138f1ab 100644
--- a/data/AboutDialog.ui.in
+++ b/data/AboutDialog.ui.in
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNO
 
 The GNOME Music authors hereby grant permission for non-GPL compatible GStreamer plugins to be used and 
distributed together with GStreamer and GNOME Music.  This permission is above and beyond the permissions 
granted by the GPL license by which GNOME Music is covered.  If you modify this code, you may extend this 
exception to your version of the code, but you are not obligated to do so.  If you do not wish to do so, 
delete this exception statement from your version.
 
-"Magic of the vinyl" by Sami Pyylampi image is licensed by CC-BY-SA 2.0 
https://www.flickr.com/photos/_spy_/12270839403
+“Magic of the vinyl” by Sami Pyylampi image is licensed by CC-BY-SA 2.0 
https://www.flickr.com/photos/_spy_/12270839403
 </property>
     <property name="authors">Arnel A. Borja
 Billy Barrow
diff --git a/data/org.gnome.Music.gschema.xml b/data/org.gnome.Music.gschema.xml
index 49817c4..7ccefe1 100644
--- a/data/org.gnome.Music.gschema.xml
+++ b/data/org.gnome.Music.gschema.xml
@@ -26,7 +26,7 @@
             <default>'none'</default>
             <summary>Playback repeat mode</summary>
             <!-- Translators: Don't translate allowed values, just the description in the brackets -->
-            <description>Value identifies whether to repeat or randomize playback through the collection. 
Allowed values are: "none" (repeat and shuffle are off), "song" (repeat current song), "all" (repeat 
playlist, no shuffle), "shuffle" (shuffle playlist, presumes repeat all).</description>
+            <description>Value identifies whether to repeat or randomize playback through the collection. 
Allowed values are: “none” (repeat and shuffle are off), “song” (repeat current song), “all” (repeat 
playlist, no shuffle), “shuffle” (shuffle playlist, presumes repeat all).</description>
         </key>
         <key type="b" name="search">
             <default>false</default>


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