summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-06 02:13:40 +0200
committerBastien Nocera <hadess@hadess.net>2017-02-11 14:59:42 +0100
commitc4a349c0e5762d8e5f0f69738e616645f8819d8f (patch)
tree5e2dce5f92f922c23ce332d61a536fdbdfc27b14 /data
parenta7ea6637033f93f263ed55bb82163da78f2847c3 (diff)
downloadgnome-settings-daemon-c4a349c0e5762d8e5f0f69738e616645f8819d8f.tar.gz
xrandr: use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772488
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in4
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 c4f2cd46..d969502f 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>