diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2016-09-30 00:56:23 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2017-02-16 02:44:16 +0100 |
commit | ead62f190135665765169125fb0a930f0ee98d82 (patch) | |
tree | 125ed1befa783d096dbc0f41d1118ab3d7bc7ff7 /data | |
parent | f97b2d49f502295345728a14bb1839b268a87823 (diff) | |
download | mutter-ead62f190135665765169125fb0a930f0ee98d82.tar.gz |
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772218
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.mutter.gschema.xml.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in index 3e3f8f790..a96af4a9c 100644 --- a/data/org.gnome.mutter.gschema.xml.in +++ b/data/org.gnome.mutter.gschema.xml.in @@ -6,11 +6,11 @@ <default>'Super_L'</default> <summary>Modifier to use for extended window management operations</summary> <description> - This key will initiate the "overlay", which is a combination window + This key will initiate the “overlay”, which is a combination window overview and application launching system. The default is intended - to be the "Windows key" on PC hardware. + to be the “Windows key” on PC hardware. - It's expected that this binding either the default or set to + It’s expected that this binding either the default or set to the empty string. </description> </key> @@ -40,7 +40,7 @@ <summary>Workspaces are managed dynamically</summary> <description> Determines whether workspaces are managed dynamically or - whether there's a static number of workspaces (determined + whether there’s a static number of workspaces (determined by the num-workspaces key in org.gnome.desktop.wm.preferences). </description> </key> @@ -67,7 +67,7 @@ <default>false</default> <summary>Delay focus changes until the pointer stops moving</summary> <description> - If set to true, and the focus mode is either "sloppy" or "mouse" + If set to true, and the focus mode is either “sloppy” or “mouse” then the focus will not be changed immediately when entering a window, but only after the pointer stops moving. </description> @@ -78,7 +78,7 @@ <range min="0" max="64"/> <summary>Draggable border width</summary> <description> - The amount of total draggable borders. If the theme's visible + The amount of total draggable borders. If the theme’s visible borders are not enough, invisible borders will be added to meet this value. </description> |