summaryrefslogtreecommitdiff
path: root/help/sv/forms.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/forms.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/forms.page')
-rw-r--r--help/sv/forms.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/sv/forms.page b/help/sv/forms.page
index 76dacac0..5c9566fd 100644
--- a/help/sv/forms.page
+++ b/help/sv/forms.page
@@ -61,9 +61,9 @@
#!/bin/sh
zenity --forms --title="Lägg till vän" \
- --text="Mata in information om din vän." \
+ --text="Ange information om din vän." \
--separator="," \
- --add-entry="Tilltalsnamn" \
+ --add-entry="Förnamn" \
--add-entry="Efternamn" \
--add-entry="E-post" \
--add-calendar="Födelsedag" &gt;&gt; adr.csv
bgstack15