diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-22 10:56:09 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-22 10:56:09 +0100 |
commit | 44b6d27adcdf456b7bb54e095e4261e1bcf97c8a (patch) | |
tree | 58f4171473e3cf0f791f1c9e72ae573f296233f7 | |
parent | c522cb2cb0847a8be8ef4879eb4de94691dcdca5 (diff) | |
parent | 000c1961e2117707ab08e41de76bea5d32d42c06 (diff) | |
download | mate-desktop-44b6d27adcdf456b7bb54e095e4261e1bcf97c8a.tar.bz2 mate-desktop-44b6d27adcdf456b7bb54e095e4261e1bcf97c8a.tar.xz |
Merge pull request #100 from flexiondotorg/master
Correct the language in a couple of strings. Fixes #99.
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in.in | 4 |
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> |