summaryrefslogtreecommitdiff
path: root/help/sv/forms.page
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-04-03 22:56:24 +0200
committerSebastien Bacher <seb128@ubuntu.com>2019-04-03 22:56:24 +0200
commita4fa01e68876c9d177e20c1d40ce2b6d7f347a74 (patch)
tree45f1a97327086f0965672d1b159ef2bc155733f5 /help/sv/forms.page
parentreleasing package zenity version 3.30.0-2 (diff)
parentNew upstream version 3.32.0 (diff)
downloadzenity-a4fa01e68876c9d177e20c1d40ce2b6d7f347a74.tar.gz
zenity-a4fa01e68876c9d177e20c1d40ce2b6d7f347a74.tar.bz2
zenity-a4fa01e68876c9d177e20c1d40ce2b6d7f347a74.zip
Update upstream source from tag 'upstream/3.32.0'
Update to upstream version '3.32.0' with Debian dir 03ce2b1bad2a1c364520981efc3bdd49d1be7da0
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