diff options
-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"> |