summaryrefslogtreecommitdiff
path: root/help/sv/entry.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/entry.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/entry.page')
-rw-r--r--help/sv/entry.page4
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
bgstack15