Skip to content

Commit 0ac88d4

Browse files
committed
Fix user guide (fix #2032)
1 parent fd6dca8 commit 0ac88d4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
- Fix an issue where snippets were not included in the settings export.
99
- Fix an issue where the settings imported from a settings archive included filename extensions.
10+
- Fix descriptions in the user guide for UNIX scripting.
1011
- Address a possible crash in the file browser where the app could unexpectedly quit while creating, duplicating, or moving files.
1112
- [trivial] Fix an issue in the What’s New window where the window could not close with the Esc key.
1213

CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/script_unixscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>Receive output data from a script</h2>
7171
<tr><th><code>InsertAfterSelection</code></th><td><p>Insert the output text immediately after the current selection.</p></td></tr>
7272
<tr><th><code>AppendToAllText</code></th><td><p>Insert the output text at the end of the document.</p></td></tr>
7373
<tr><th><code>NewDocument</code></th><td><p>Create a new document and insert the output text into it.</p></td></tr>
74-
<tr><th><code>Pasteboardputs</code></th><td><p>Place the output text on the Clipboard.</p></td></tr>
74+
<tr><th><code>Pasteboard</code></th><td><p>Place the output text on the Clipboard.</p></td></tr>
7575
<tr><th><code>Discard</code></th><td><p>Do nothing (default).</p></td></tr>
7676
</tbody>
7777
</table>

CotEditor/Resources/CotEditor.help/Contents/Resources/ja.lproj/pgs/script_unixscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>スクリプトの出力を受け取る</h2>
7171
<tr><th><code>InsertAfterSelection</code></th><td><p>選択範囲の直後に出力内容を挿入します。</p></td></tr>
7272
<tr><th><code>AppendToAllText</code></th><td><p>書類の末尾に出力内容を挿入します。</p></td></tr>
7373
<tr><th><code>NewDocument</code></th><td><p>新規書類を作成し、そこに出力内容を挿入します。</p></td></tr>
74-
<tr><th><code>Pasteboard puts</code></th><td><p>クリップボードに出力内容を格納します。</p></td></tr>
74+
<tr><th><code>Pasteboard</code></th><td><p>クリップボードに出力内容を格納します。</p></td></tr>
7575
<tr><th><code>Discard</code></th><td><p>何もしない(デフォルト)</p></td></tr>
7676
</tbody>
7777
</table>

0 commit comments

Comments
 (0)