diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2017-08-01 16:24:03 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2017-08-01 16:24:03 +0200 |
commit | abf753c0f0ac8a4d8b62263661b9fd0fa0d54fb6 (patch) | |
tree | 9decf7394a3e42873f148a8419820b2c115f3c93 /data | |
parent | c648988620d87c1643a7e821daad84294a5a0f58 (diff) | |
download | gnome-logs-abf753c0f0ac8a4d8b62263661b9fd0fa0d54fb6.tar.gz |
gschema: Use Unicode apostrophes in a translatable string
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772263
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Logs.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Logs.gschema.xml b/data/org.gnome.Logs.gschema.xml index 477aaef..e56e183 100644 --- a/data/org.gnome.Logs.gschema.xml +++ b/data/org.gnome.Logs.gschema.xml @@ -3,7 +3,7 @@ <schema id="org.gnome.Logs" path="/org/gnome/logs/"> <key name="ignore-warning" type="b"> <summary>Ignore warning</summary> - <description>Whether to ignore the warning that says you don't have sufficient permission to view logs. If ignored, the warning won't show up again.</description> + <description>Whether to ignore the warning that says you don’t have sufficient permission to view logs. If ignored, the warning won’t show up again.</description> <default>false</default> </key> <key name="sort-order" enum="org.gnome.Logs.GlSortOrder"> |