From ff21f8e007d4b1dff0d24fa664557697f094c792 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 13 Jan 2018 21:52:15 +0300 Subject: schema: fix summary and description of some keys --- src/org.mate.terminal.gschema.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/org.mate.terminal.gschema.xml.in') 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 @@ '<Ctrl><Shift>a' Keyboard shortcut to select all text - 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. + 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. '<Ctrl><Shift>f' @@ -337,13 +337,13 @@ '<Ctrl><Shift>h' - Keyboard shortcut to find the next text - 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. + Keyboard shortcut to find the next occurrence of the search term + 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. '<Ctrl><Shift>g' - Keyboard shortcut to find the previous text - 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. + Keyboard shortcut to find the previous occurrence of the search term + 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. 'F11' -- cgit v1.2.1