[nautilus-actions] Fixed several typos in strings
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fixed several typos in strings
- Date: Thu, 2 Feb 2012 11:27:51 +0000 (UTC)
commit 21436309052a6c0537b2aeb6d39475e9bc049da9
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Thu Feb 2 12:27:45 2012 +0100
Fixed several typos in strings
docs/nact/C/nact-execution.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/nact/C/nact-execution.xml b/docs/nact/C/nact-execution.xml
index abd19b2..954d545 100644
--- a/docs/nact/C/nact-execution.xml
+++ b/docs/nact/C/nact-execution.xml
@@ -547,11 +547,11 @@
</simplelist>
<para>
This is because <literal>%b</literal> marks a <emphasis>singular</emphasis>
- parameter. The command is the run once for each of the selected items.
+ parameter. The command is then run once for each of the selected items.
</para>
<formalpara>
<title>
- Contrarily, if we have requester <command>echo %B</command>,
+ Contrarily, if we have requested <command>echo %B</command>,
</title>
<para>
then the following command will be run:
@@ -561,7 +561,7 @@
<member><command>echo pierre paul jacques</command></member>
</simplelist>
<para>
- This is because <literal>%B</literal> marks a a <emphasis>plural</emphasis>
+ This is because <literal>%B</literal> marks a <emphasis>plural</emphasis>
parameter. The command is then run only once, with the list of selected
items as arguments.
</para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]