aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-09-26 17:03:07 +0800
committerAndre Klapper <a9016009@gmx.de>2012-09-26 17:03:07 +0800
commit7157d018b60794a63632a14e2a928f29250fb36c (patch)
tree5b459f39cd39b5fa7c9cd02bfa8dac219e376934 /help
parentf7ce067a92a47a825a21c6bca371009797e385aa (diff)
downloadgsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar.gz
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar.bz2
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar.lz
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar.xz
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.tar.zst
gsoc2013-evolution-7157d018b60794a63632a14e2a928f29250fb36c.zip
User Docs: Use consistent instructions for commands/terminal usage
Diffstat (limited to 'help')
-rw-r--r--help/C/calendar-layout-appointment-display.page2
-rw-r--r--help/C/mail-change-time-format.page2
-rw-r--r--help/C/mail-encryption-gpg-create-key.page2
-rw-r--r--help/C/mail-encryption-gpg-set-up.page2
4 files changed, 4 insertions, 4 deletions
diff --git a/help/C/calendar-layout-appointment-display.page b/help/C/calendar-layout-appointment-display.page
index 89a00ee6cb..9d6282b4e5 100644
--- a/help/C/calendar-layout-appointment-display.page
+++ b/help/C/calendar-layout-appointment-display.page
@@ -47,7 +47,7 @@
<section id="date-time">
<title>Date/Time Format</title>
<p>You can change the format of the <gui>Date</gui> column by setting your preferred format.</p>
-<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <cmd>date --help</cmd> in a terminal window.</p>
+<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <cmd>date --help</cmd> in the <app>Terminal</app> application.</p>
</section>
</page>
diff --git a/help/C/mail-change-time-format.page b/help/C/mail-change-time-format.page
index 2060383eff..96a8817f9e 100644
--- a/help/C/mail-change-time-format.page
+++ b/help/C/mail-change-time-format.page
@@ -18,6 +18,6 @@
<title>Format of dates and time</title>
<p>You can change the format of the <gui>Date</gui> column by setting your preferred format under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Preferences</gui><gui>Headers</gui><gui>Date/Time format</gui></guiseq>.</p>
-<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <cmd>date --help</cmd> in a terminal window.</p>
+<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <cmd>date --help</cmd> in the <app>Terminal</app> application.</p>
<!-- TODO: Time formats settings for Calendar (calendar-layout-appointment-display), Contacts (Edit>Prefs>Contacts) are split everywhere, probably introduce a guide page linking to these three pages -->
</page>
diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page
index 488792a78b..90c7790a0f 100644
--- a/help/C/mail-encryption-gpg-create-key.page
+++ b/help/C/mail-encryption-gpg-create-key.page
@@ -27,7 +27,7 @@
<p>Before you can get or send GPG encrypted mail, you need to generate your public and private keys with GPG.</p>
<steps>
-<item><p>Open a terminal window and enter <cmd>gpg --gen-key</cmd>.</p></item>
+<item><p>Open the <app>Terminal</app> application and enter <cmd>gpg --gen-key</cmd>.</p></item>
<item><p>Select an algorithm, then press Enter.</p></item>
<item><p>Select a key length, then press Enter.</p></item>
<item><p>Enter how long your key should be valid for.</p></item>
diff --git a/help/C/mail-encryption-gpg-set-up.page b/help/C/mail-encryption-gpg-set-up.page
index 1b89fe553d..c99a02ab02 100644
--- a/help/C/mail-encryption-gpg-set-up.page
+++ b/help/C/mail-encryption-gpg-set-up.page
@@ -35,6 +35,6 @@
<item><p>Click <gui style="button">OK</gui>.</p></item>
<item><p>Click <gui style="button">Close</gui>.</p></item>
</steps>
-<p>Evolution requires that you know your key ID. If you do not remember it, you can find it by typing <cmd>gpg --list-keys</cmd> in a terminal window. Your key ID is an eight-character string with random numbers and letters.</p>
+<p>Evolution requires that you know your key ID. If you do not remember it, you can find it by typing <cmd>gpg --list-keys</cmd> in the <app>Terminal</app> application. Your key ID is an eight-character string with random numbers and letters.</p>
</page>