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/entry.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/entry.page')
-rw-r--r-- | help/sv/entry.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/sv/entry.page b/help/sv/entry.page index 9c432233..6d0a3807 100644 --- a/help/sv/entry.page +++ b/help/sv/entry.page @@ -46,8 +46,8 @@ if zenity --entry \ --title="Lägg till ny profil" \ ---text="Ange namn för ny profil:" \ ---entry-text "NewProfile" +--text="Ange namn på ny profil:" \ +--entry-text "NyProfil" then echo $? else echo "Inget namn angavs" fi |