diff --git a/fleacollar.sh b/fleacollar.sh index 7e8b6ae..854da16 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -28,7 +28,7 @@ check_dependancies() fi done if ! [ -d ~/.gnupg ]; then - read -p "$(eval_gettext "No configuration for GPG was found. To have \${0##*/} configure this for you press enter. If you would like to configure GPG manually, press control+c.") " continue + read -p "$(eval_gettext "No configuration for GPG was found. To have Fleacollar configure this for you press enter. If you would like to configure GPG manually, press control+c.") " continue configure_gpg fi }