diff options
-rw-r--r-- | help/C/calendar-layout-appointment-display.page | 2 | ||||
-rw-r--r-- | help/C/mail-change-time-format.page | 2 | ||||
-rw-r--r-- | help/C/mail-encryption-gpg-create-key.page | 2 | ||||
-rw-r--r-- | help/C/mail-encryption-gpg-set-up.page | 2 |
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> |