summaryrefslogtreecommitdiff
path: root/help/sv/forms.page
diff options
context:
space:
mode:
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" >> adr.csv
bgstack15