diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-03 22:56:05 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-03 22:56:05 +0200 |
commit | adf17243a6b6d0cac2d7302b4443ac0bceb8575d (patch) | |
tree | e619c7f2e7ce628e9950ae3e1451fcde8e210cc3 /help/sv/forms.page | |
parent | New upstream version 3.30.0 (diff) | |
parent | Bump to 3.32.0 (diff) | |
download | zenity-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.page | 4 |
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 |