summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-09-18 16:05:36 +0200
committerraveit65 <[email protected]>2021-09-18 16:56:54 +0200
commit1c0e572ba5a77d5d6b7bbced8e3e747c74cca2fc (patch)
tree0d7750baa2a27260305e7c7e35062ccd2bfe79a0 /help
parent9ac3ae5add0f38a760bee9067d811045524c5482 (diff)
downloadmate-sensors-applet-1c0e572ba5a77d5d6b7bbced8e3e747c74cca2fc.tar.bz2
mate-sensors-applet-1c0e572ba5a77d5d6b7bbced8e3e747c74cca2fc.tar.xz
user-guide: fix typo reported by translators
Diffstat (limited to 'help')
-rw-r--r--help/C/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook
index c60d8ae..d86600d 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -582,7 +582,7 @@ Alarms for individual sensors must also be enabled.
Multiple commands can be executed one after the
other using the "&amp;&amp;" construct to separate
them. To play a sound and pop-up a dialog via
- Zenity the follow command can be used:
+ Zenity the following command can be used:
<screen><userinput><command>esdplay /usr/share/sounds/gnibbles/gobble.wav &amp;&amp; zenity --warning --title="Sensor Alarm" --text="Sensor Alarm occurred"</command></userinput></screen>