schema: fix summary and description of some keys

master-1.22
monsta 2018-01-13 21:52:15 +03:00
parent 76019bf6d9
commit ff21f8e007
1 changed files with 5 additions and 5 deletions

View File

@ -328,7 +328,7 @@
<key name="select-all" type="s"> <key name="select-all" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;a'</default> <default>'&lt;Ctrl&gt;&lt;Shift&gt;a'</default>
<summary>Keyboard shortcut to select all text</summary> <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>
<key name="search-find" type="s"> <key name="search-find" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;f'</default> <default>'&lt;Ctrl&gt;&lt;Shift&gt;f'</default>
@ -337,13 +337,13 @@
</key> </key>
<key name="search-find-next" type="s"> <key name="search-find-next" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;h'</default> <default>'&lt;Ctrl&gt;&lt;Shift&gt;h'</default>
<summary>Keyboard shortcut to find the next text</summary> <summary>Keyboard shortcut to find the next occurrence of the search term</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> <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>
<key name="search-find-previous" type="s"> <key name="search-find-previous" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;g'</default> <default>'&lt;Ctrl&gt;&lt;Shift&gt;g'</default>
<summary>Keyboard shortcut to find the previous text</summary> <summary>Keyboard shortcut to find the previous occurrence of the search term</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> <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>
<key name="full-screen" type="s"> <key name="full-screen" type="s">
<default>'F11'</default> <default>'F11'</default>