summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-09-18 16:05:36 +0200
committerraveit65 <[email protected]>2021-09-18 16:05:36 +0200
commitbb089a8b878dcefba08229c1e647f9817dd5e9dd (patch)
tree99524280c81191ea229698ba4bccfbee068785ea
parentc53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9 (diff)
downloadmate-sensors-applet-bb089a8b878dcefba08229c1e647f9817dd5e9dd.tar.bz2
mate-sensors-applet-bb089a8b878dcefba08229c1e647f9817dd5e9dd.tar.xz
user-guide: fix typo reported by translators
-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>