diff options
author | Monsta <[email protected]> | 2015-09-25 13:24:53 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-06 13:17:45 +0300 |
commit | cf0c5b766e2c79e36a596ed0d24c792e534b6d67 (patch) | |
tree | cf6445d9005b5887c56403ffc8d69239efcfe6f0 /src | |
parent | d84a79c7b63ca504bb12a31d8d8eb2b4cb5bdc70 (diff) | |
download | marco-cf0c5b766e2c79e36a596ed0d24c792e534b6d67.tar.bz2 marco-cf0c5b766e2c79e36a596ed0d24c792e534b6d67.tar.xz |
corrected the description of center-new-windows key
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.marco.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 4108355c..f7b4f459 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -164,7 +164,7 @@ <key name="center-new-windows" type="b"> <default>true</default> <summary>Determine if new windows are created on the center of the screen</summary> - <description>By default, marco open new windows on the top left of the screen. If this option is enabled, new windows are open on the center of the screen, instead.</description> + <description>If set to true, new windows are open on the center of the screen, else they are open on the top left of the screen.</description> </key> <key name="side-by-side-tiling" type="b"> <default>true</default> |