[nautilus-actions] NACT user's manual fixes
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] NACT user's manual fixes
- Date: Wed, 16 Nov 2011 20:28:28 +0000 (UTC)
commit 0c005a1d51135c295af12bad0c6e94d13fb5a8c6
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Nov 16 21:26:01 2011 +0100
NACT user's manual fixes
Fix #660399, reported by Christian Kirbach.
ChangeLog | 11 +++++++++++
docs/nact/C/nact-conditions.xml | 4 ++--
docs/nact/C/nact-edit.xml | 6 +++---
docs/nact/C/nact-execution.xml | 2 +-
docs/nact/C/nact-profiles.xml | 7 ++++++-
docs/nact/C/nact-sorting.xml | 10 ++++++++--
6 files changed, 31 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2d09c6f..c62084e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-11-16 Pierre Wieser <pwieser trychlos org>
+
+ * docs/nact/C/nact-conditions.xml:
+ * docs/nact/C/nact-edit.xml:
+ * docs/nact/C/nact-execution.xml:
+ * docs/nact/C/nact-profiles.xml:
+ * docs/nact/C/nact-sorting.xml:
+ * src/nact/nact-assistant-import.c:
+ Fix with advices of Christian Kirbach.
+ Fix #660399, reported by Christian Kirbach.
+
2011-11-15 Pierre Wieser <pwieser trychlos org>
* src/nact/nact-export-format.c:
diff --git a/docs/nact/C/nact-conditions.xml b/docs/nact/C/nact-conditions.xml
index 5aa3762..8bd7573 100644
--- a/docs/nact/C/nact-conditions.xml
+++ b/docs/nact/C/nact-conditions.xml
@@ -575,8 +575,8 @@
Capabilities are some properties that a file may exhibit to the user.
</para>
<para>
- But the <literal>Local</literal> capability, all others are dependent
- of the user who executes the command.
+ But except for the <literal>Local</literal> capability, all others
+ depend on the user who executes the command.
</para>
<para>
You may so decide that your action will appear, or not, depending
diff --git a/docs/nact/C/nact-edit.xml b/docs/nact/C/nact-edit.xml
index a0293b1..054384f 100644
--- a/docs/nact/C/nact-edit.xml
+++ b/docs/nact/C/nact-edit.xml
@@ -11,9 +11,9 @@
</para>
<para>
Be warned that selecting and deleting all profiles of an action
- will leave this action without any profile, so in an invalid state.
- The name of the action will be written with red (because it is
- invalid) and italic (because it has been modified) characters.
+ leaves it without any profile, so in an invalid state.
+ The name of the action will be written in red (because it is
+ invalid) italic (because it has been modified) characters.
</para>
</sect3>
diff --git a/docs/nact/C/nact-execution.xml b/docs/nact/C/nact-execution.xml
index 98fded5..abd19b2 100644
--- a/docs/nact/C/nact-execution.xml
+++ b/docs/nact/C/nact-execution.xml
@@ -363,7 +363,7 @@
<row>
<entry>Parameter</entry>
<entry>Description</entry>
- <entry namest="c3" nameend="c5">Said form</entry>
+ <entry namest="c3" nameend="c5">Repetition</entry>
</row>
</thead>
<tbody>
diff --git a/docs/nact/C/nact-profiles.xml b/docs/nact/C/nact-profiles.xml
index cbef2a1..e7f504f 100644
--- a/docs/nact/C/nact-profiles.xml
+++ b/docs/nact/C/nact-profiles.xml
@@ -68,8 +68,13 @@
manager context menu.
</para>
<para>
+ Profiles of an action are ordered, and they are examined in that order
+ at runtime. The first profile whose conditions are met will be validated,
+ and made selectable in the &nautilus; context menu.
+ </para>
+ <para>
So, ordering of the profiles may be important for your action: the
- first valid profile found, the first - and the only - selected profile.
+ first valid profile found is the only one selected.
</para>
<para>
You may order your profiles inside an action in two ways.
diff --git a/docs/nact/C/nact-sorting.xml b/docs/nact/C/nact-sorting.xml
index 1413d42..dc0e2e2 100644
--- a/docs/nact/C/nact-sorting.xml
+++ b/docs/nact/C/nact-sorting.xml
@@ -70,8 +70,14 @@
<sect3 id="usage-sorting-manual">
<title>Manually organizing your actions and menus</title>
<para>
- In this mode, a new action or a new menu will be inserted just before
- the current action or menu, inside of the same parent if apply.
+ When items are manually sorted in the list, new items are usually
+ inserted just at the current position.
+ </para>
+ <para>
+ There is nonetheless the case where an action is
+ selected, and not expanded (or has currently only one profile).
+ Inserting a new profile will not insert it before the action,
+ but inside of the action.
</para>
<para>
To choose this mode:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]