summaryrefslogtreecommitdiff
path: root/help/sv/notification.page
diff options
context:
space:
mode:
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