[gnome-settings-daemon] xrandr: use Unicode in translatable strings



commit c4a349c0e5762d8e5f0f69738e616645f8819d8f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Oct 6 02:13:40 2016 +0200

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

 ...ettings-daemon.plugins.xrandr.gschema.xml.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in 
b/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
index c4f2cd4..d969502 100644
--- a/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
@@ -3,12 +3,12 @@
     <key name="default-configuration-file" type="s">
       <default>'/etc/gnome-settings-daemon/xrandr/monitors.xml'</default>
       <_summary>File for default configuration for RandR</_summary>
-      <_description>The XRandR plugin will look for a default configuration in the file specified by this 
key. This is similar to the ~/.config/monitors.xml that normally gets stored in users' home directories.  If 
a user does not have such a file, or has one that does not match the user's setup of monitors, then the file 
specified by this key will be used instead.</_description>
+      <_description>The XRandR plugin will look for a default configuration in the file specified by this 
key. This is similar to the ~/.config/monitors.xml that normally gets stored in users’ home directories.  If 
a user does not have such a file, or has one that does not match the user’s setup of monitors, then the file 
specified by this key will be used instead.</_description>
     </key>
     <key name="default-monitors-setup" enum="org.gnome.settings-daemon.GsdXrandrBootBehaviour">
       <default>'follow-lid'</default>
       <_summary>Whether to turn off specific monitors after boot</_summary>
-      <_description>'clone' will display the same thing on all monitors, 'dock' will switch off the internal 
monitor, 'do-nothing' will use the default Xorg behaviour (extend the desktop in recent versions). The 
default, 'follow-lid', will choose between 'do-nothing' and 'dock' depending on whether the lid is 
(respectively) open or closed.</_description>
+      <_description>“clone” will display the same thing on all monitors, “dock” will switch off the internal 
monitor, “do-nothing” will use the default Xorg behaviour (extend the desktop in recent versions). The 
default, “follow-lid”, will choose between “do-nothing” and “dock” depending on whether the lid is 
(respectively) open or closed.</_description>
     </key>
   </schema>
 </schemalist>


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