Fixed missing paren from gettexting.

This commit is contained in:
stormdragon2976@gmail.com 2018-08-08 11:07:44 -04:00
parent 9bd5cc6aa9
commit 9d99f308e3

View File

@ -207,7 +207,7 @@ add_email_address()
fi fi
fi fi
if [ -f "$muttHome/$emailAddress" ]; then if [ -f "$muttHome/$emailAddress" ]; then
read -p "$gettext "This email address already exists. Overwrite the existing settings? (y/n) ")" continue read -p "$(gettext "This email address already exists. Overwrite the existing settings? (y/n) ")" continue
if [ "${continue^}" != "Y" ]; then if [ "${continue^}" != "Y" ]; then
exit 0 exit 0
else else