[easytag/wip/help: 1/3] Split file selection help off to a separate page
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/help: 1/3] Split file selection help off to a separate page
- Date: Sun, 6 Oct 2013 22:16:16 +0000 (UTC)
commit 634dcea9f32f7fc11ff28e2e7121dff3ab2bdadd
Author: David King <amigadave amigadave com>
Date: Sun Oct 6 21:05:09 2013 +0100
Split file selection help off to a separate page
help/C/file-rename.page | 8 ++------
help/C/file-select.page | 28 ++++++++++++++++++++++++++++
help/Makefile.am | 1 +
3 files changed, 31 insertions(+), 6 deletions(-)
---
diff --git a/help/C/file-rename.page b/help/C/file-rename.page
index e8f39b7..923198a 100644
--- a/help/C/file-rename.page
+++ b/help/C/file-rename.page
@@ -23,12 +23,8 @@
<steps>
<item>
- <!-- TODO: split off the selection instructions -->
- <p>Select the files that you wish to rename in the file view. To select
- multiple files, you can either hold down <key>Ctrl</key> while you click
- on the files that you wish to select or you can select a file then hold
- down <key>Shift</key> and click another file to select all the files
- between the two, including the first and last file.</p>
+ <p><link xref="file-select">Select the files</link> that you wish to
+ rename in the file view.</p>
</item>
<item>
<p>Select <guiseq><gui style="menu">Scanner</gui>
diff --git a/help/C/file-select.page b/help/C/file-select.page
new file mode 100644
index 0000000..aec5512
--- /dev/null
+++ b/help/C/file-select.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="guide"
+ id="file-select">
+
+ <info>
+ <link type="guide" xref="index#main"/>
+ <revision pkgversion="2.1.9" date="2013-10-06" status="draft" />
+
+ <credit type="author">
+ <name>Ekaterina Gerasimova</name>
+ <email>kittykat3756 gmail com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Choose files in the file list</desc>
+ </info>
+
+ <title>Select files</title>
+
+ <p><app>EasyTAG</app> has several features that operate on the files that are
+ currently selected in the file list. To select multiple files, you can either
+ hold down <key>Ctrl</key> while you click on the files that you wish to
+ select or you can select a file then hold down <key>Shift</key> and click
+ another file to select all the files between the two, including the first and
+ last file.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index b817e2a..dc03975 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -4,6 +4,7 @@ HELP_ID = easytag
HELP_FILES = \
file-rename.page \
+ file-select.page \
format-specifier.page \
image-delete.page \
image-export.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]