ソースを参照

added the button to remove external elements

Gildas 5 年 前
コミット
39342b67a4
1 ファイル変更12 行追加6 行削除
  1. 12 6
      extension/ui/pages/help.html

+ 12 - 6
extension/ui/pages/help.html

@@ -524,15 +524,20 @@
 							src="../resources/button_highlighter_visible.png" class="icon button"></li>
 					<li>remove text highlighting by clicking the button <img
 							src="../resources/button_highlighter_delete.png" class="icon button"></li>
-					<li>edit the page by clicking the button <img src="../resources/button_note_edit.png" class="icon button">
+					<li>edit the page by clicking the button <img src="../resources/button_note_edit.png"
+							class="icon button">
 					</li>
 					<li>format the page to improve readability (when possible) by clicking the button <img
 							src="../resources/button_note_format.png" class="icon button">
 					</li>
-					<li>remove contents by clicking the button <img src="../resources/button_cut_inner.png" class="icon button">,
-						undo removes by clicking the button <img src="../resources/button_undo_cut.png" class="icon button"> or
-						the button <img src="../resources/button_undo_all_cut.png" class="icon button">, and redo removes by
-						clicking the button <img src="../resources/button_redo_cut.png" class="icon button">.
+					<li>remove contents by clicking the button <img src="../resources/button_cut_inner.png"
+							class="icon button"> (inner elements) or <img src="../resources/button_cut_outer.png"
+							class="icon button"> (outer elements),
+						undo removes by clicking the button <img src="../resources/button_undo_cut.png"
+							class="icon button"> or
+						the button <img src="../resources/button_undo_all_cut.png" class="icon button"> (undo all), and
+						redo removes by clicking the button <img src="../resources/button_redo_cut.png"
+							class="icon button">.
 						<br>
 						You can also use the following keyboard shortcuts when removing contents:
 						<ul>
@@ -543,7 +548,8 @@
 							<li><code>Ctrl-Shift-Z</code>: redo the last removal</li>
 						</ul>
 					</li>
-					<li>save the page by clicking the button <img src="../resources/button_download.png" class="icon button">.
+					<li>save the page by clicking the button <img src="../resources/button_download.png"
+							class="icon button">.
 				</ul>
 				</p>
 			</li>