Fixed missing paren from gettexting.
This commit is contained in:
parent
9bd5cc6aa9
commit
9d99f308e3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user