Exit string

This commit is contained in:
Bob Mottram 2017-01-29 13:43:35 +00:00
parent 1b8bdaccfe
commit 3f720ed481
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function remove_user_from_mailing_list {
done <<< "$USER_MAILING_LISTS"
i=$((i+1))
W+=($i $"Exit back to user mainenance")
W+=($i $"Exit back to filtering rules menu")
list_selected=$(dialog --default-item "$i" --backtitle $"Freedombone User Control Panel" --title $"Remove yourself from a mailing list" --menu $"Select one of the following:" 24 50 17 "${W[@]}" 3>&2 2>&1 1>&3)