소스 검색

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>