[gnome-terminal] schemas: Use nice apostrophes in new keys



commit 44a3eec31cc6334aaf7e869ebdd8f61a8ec3f92b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Dec 4 23:30:00 2017 +0100

    schemas: Use nice apostrophes in new keys
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/org.gnome.Terminal.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 2bfe3eb..9582242 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -140,12 +140,12 @@
     <key name="cell-height-scale" type="d">
       <range min="1.0" max="2.0" />
       <default>1.0</default>
-      <summary>Scale factor for the cell height to increase line spacing. (Does not increase the font's 
height.)</summary>
+      <summary>Scale factor for the cell height to increase line spacing. (Does not increase the font’s 
height.)</summary>
     </key>
     <key name="cell-width-scale" type="d">
       <range min="1.0" max="2.0" />
       <default>1.0</default>
-      <summary>Scale factor for the cell width to increase letter spacing. (Does not increase the font's 
width.)</summary>
+      <summary>Scale factor for the cell width to increase letter spacing. (Does not increase the font’s 
width.)</summary>
     </key>
     <key name="cursor-colors-set" type="b">
       <default>false</default>


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