summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2014-02-21 11:05:24 +0000
committerMartin Wimpress <[email protected]>2014-02-21 11:05:24 +0000
commit000c1961e2117707ab08e41de76bea5d32d42c06 (patch)
tree58f4171473e3cf0f791f1c9e72ae573f296233f7
parentc522cb2cb0847a8be8ef4879eb4de94691dcdca5 (diff)
downloadmate-desktop-000c1961e2117707ab08e41de76bea5d32d42c06.tar.bz2
mate-desktop-000c1961e2117707ab08e41de76bea5d32d42c06.tar.xz
Correct the language in a couple of strings. Fixes #99.
-rw-r--r--schemas/org.mate.lockdown.gschema.xml.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.mate.lockdown.gschema.xml.in.in b/schemas/org.mate.lockdown.gschema.xml.in.in
index 736f301..8ffd90d 100644
--- a/schemas/org.mate.lockdown.gschema.xml.in.in
+++ b/schemas/org.mate.lockdown.gschema.xml.in.in
@@ -28,7 +28,7 @@
<key name="disable-lock-screen" type="b">
<default>false</default>
<_summary>Disable lock screen</_summary>
- <_description>Prevent the user to lock his screen.</_description>
+ <_description>Prevent the user from locking the screen.</_description>
</key>
<key name="disable-application-handlers" type="b">
<default>false</default>
@@ -38,7 +38,7 @@
<key name="disable-theme-settings" type="b">
<default>false</default>
<_summary>Disable theme settings</_summary>
- <_description>Prevent the user to change theme settings.</_description>
+ <_description>Prevent the user from changing theme settings.</_description>
</key>
</schema>
</schemalist>