summaryrefslogtreecommitdiff
path: root/help/sv/notification.page
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-04-03 22:56:05 +0200
committerSebastien Bacher <seb128@ubuntu.com>2019-04-03 22:56:05 +0200
commitadf17243a6b6d0cac2d7302b4443ac0bceb8575d (patch)
treee619c7f2e7ce628e9950ae3e1451fcde8e210cc3 /help/sv/notification.page
parentNew upstream version 3.30.0 (diff)
parentBump to 3.32.0 (diff)
downloadzenity-adf17243a6b6d0cac2d7302b4443ac0bceb8575d.tar.gz
zenity-adf17243a6b6d0cac2d7302b4443ac0bceb8575d.tar.bz2
zenity-adf17243a6b6d0cac2d7302b4443ac0bceb8575d.zip
New upstream version 3.32.0
Diffstat (limited to 'help/sv/notification.page')
-rw-r--r--help/sv/notification.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/sv/notification.page b/help/sv/notification.page
index 4e4077dc..7f797290 100644
--- a/help/sv/notification.page
+++ b/help/sv/notification.page
@@ -52,7 +52,7 @@
<code>
#!/bin/sh
cat &lt;&lt;EOH| zenity --notification --listen
- message: detta är en meddelandetext
+ message: Detta är meddelandetexten
EOH
</code>
bgstack15