summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-12-01 19:26:11 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2018-12-01 19:26:11 +0100
commit71531eedf767220d44fcbbe42fb7c8b72c11ca13 (patch)
tree857080484677dfdd03cde85e024a0f07fd1cc673 /schemas
parent5486d36f3611c31b465f3adc40dfe58423d736ba (diff)
downloadgsettings-desktop-schemas-71531eedf767220d44fcbbe42fb7c8b72c11ca13.tar.gz
schemas: Use a Unicode apostrophe in new translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772750
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.privacy.gschema.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 17a4fbf..6d271e7 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -61,17 +61,17 @@
</key>
<key name="disable-microphone" type="b">
<default>false</default>
- <summary>Don't allow applications to access the microphone</summary>
+ <summary>Don’t allow applications to access the microphone</summary>
<description>If TRUE, applications should not use the microphone.</description>
</key>
<key name="disable-camera" type="b">
<default>false</default>
- <summary>Don't allow applications to access the camera</summary>
+ <summary>Don’t allow applications to access the camera</summary>
<description>If TRUE, applications should not use the camera.</description>
</key>
<key name="disable-sound-output" type="b">
<default>false</default>
- <summary>Don't allow applications to output sound</summary>
+ <summary>Don’t allow applications to output sound</summary>
<description>If TRUE, applications should not make sound.</description>
</key>
</schema>