diff options
author | raveit65 <[email protected]> | 2017-11-20 19:20:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-20 19:20:35 +0100 |
commit | 947e9aec1945a3da44efbb96c06b50803ef16951 (patch) | |
tree | 61b13027ce06afcf35e3afe4d560de7de5bbcf9b | |
parent | 7ebc9d18b3abd2d1f3baa3a8e80b1fd9cb6e0621 (diff) | |
download | mate-terminal-947e9aec1945a3da44efbb96c06b50803ef16951.tar.bz2 mate-terminal-947e9aec1945a3da44efbb96c06b50803ef16951.tar.xz |
fix typo
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 84efea2..8b1de25 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -77,7 +77,7 @@ <key name="ctrl-tab-switch-tabs" type="b"> <default>false</default> <summary>Switch tabs with [ctrl] + [tab]</summary> - <description>If true, it enables the abbility to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description> + <description>If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description> </key> </schema> <schema id="org.mate.terminal.profiles" path="/org/mate/terminal/profiles/"> |