diff options
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 10 |
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>'<Ctrl><Shift>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>'<Ctrl><Shift>f'</default> @@ -337,13 +337,13 @@ </key> <key name="search-find-next" type="s"> <default>'<Ctrl><Shift>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>'<Ctrl><Shift>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> |