diff options
author | monsta <[email protected]> | 2018-01-09 21:15:59 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-09 21:15:59 +0300 |
commit | 11d5b89c337e0ba5a9ffd25dc3404db6afbbefbb (patch) | |
tree | 9de5998125b9d371372baf3d917a763277e1f7e1 /src | |
parent | 59756b8d77dfbd0948d7e4d3349477173aa2728a (diff) | |
download | marco-11d5b89c337e0ba5a9ffd25dc3404db6afbbefbb.tar.bz2 marco-11d5b89c337e0ba5a9ffd25dc3404db6afbbefbb.tar.xz |
schema: fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.marco.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index cdfaa520..70a72337 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -179,11 +179,11 @@ <key name="allow-tiling" type="b"> <default>true</default> <summary>Whether to enable window tiling</summary> - <description>If enabled, dropping windows on screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Drag-dropping to the top maximizes the windowif allow-top-tiling is enabled.</description> + <description>If enabled, dropping windows on screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Drag-dropping to the top maximizes the window if allow-top-tiling is enabled.</description> </key> <key name="allow-top-tiling" type="b"> <default>true</default> - <summary>Wether to maximize the window when dragged to the top of the screen</summary> + <summary>Whether to maximize the window when dragged to the top of the screen</summary> <description>If enabled, drag-dropping a window to the top of the screen will maximize it. Only works when allow-tiling is enabled.</description> </key> <key name="placement-mode" enum="org.mate.Marco.placement_type"> |