summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-13 21:52:15 +0300
committermonsta <[email protected]>2018-01-13 21:52:15 +0300
commitff21f8e007d4b1dff0d24fa664557697f094c792 (patch)
treea9f719466f0ed992c6314c7f75af1a88269cc42c
parent76019bf6d9346e859bca9ca99c1d629cb3925f86 (diff)
downloadmate-terminal-ff21f8e007d4b1dff0d24fa664557697f094c792.tar.bz2
mate-terminal-ff21f8e007d4b1dff0d24fa664557697f094c792.tar.xz
schema: fix summary and description of some keys
-rw-r--r--src/org.mate.terminal.gschema.xml.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in
index 3deedb9..a9a2dec 100644
--- a/src/org.mate.terminal.gschema.xml.in
+++ b/src/org.mate.terminal.gschema.xml.in
@@ -328,7 +328,7 @@
<key name="select-all" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;a'</default>
<summary>Keyboard shortcut to select all text</summary>
- <description>Keyboard shortcut key for selecting all the text into the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
+ <description>Keyboard shortcut key for selecting all the text in the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
</key>
<key name="search-find" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;f'</default>
@@ -337,13 +337,13 @@
</key>
<key name="search-find-next" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;h'</default>
- <summary>Keyboard shortcut to find the next text</summary>
- <description>Keyboard shortcut key for finding the next text into the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
+ <summary>Keyboard shortcut to find the next occurrence of the search term</summary>
+ <description>Keyboard shortcut key for finding the next occurrence of the search term in the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
</key>
<key name="search-find-previous" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;g'</default>
- <summary>Keyboard shortcut to find the previous text</summary>
- <description>Keyboard shortcut key for finding the previous text into the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
+ <summary>Keyboard shortcut to find the previous occurrence of the search term</summary>
+ <description>Keyboard shortcut key for finding the previous occurrence of the search term in the terminal. Expressed as a string in the same format used for GTK+ resource files. If you set the option to the special string "disabled", then there will be no keyboard shortcut for this action.</description>
</key>
<key name="full-screen" type="s">
<default>'F11'</default>