瀏覽代碼

fixed wording

Gildas 5 年之前
父節點
當前提交
49204182c3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      extension/ui/pages/help.html

+ 2 - 2
extension/ui/pages/help.html

@@ -522,8 +522,8 @@
 						<br>
 						You can also use the following keyboard shortcuts when removing contents:
 						<ul>
-							<li><code>Tab</code>: select the parent element</li>
-							<li><code>Shift-Tab</code>: select the child element</li>
+							<li><code>Tab</code>: expand the selection</li>
+							<li><code>Shift-Tab</code>: reduce the selection</li>
 							<li><code>Space</code>: remove the selected element</li>
 							<li><code>Ctrl-Z</code>: undo the last removal</li>
 							<li><code>Ctrl-Shift-Z</code>: redo the last removal</li>