|
@@ -70,7 +70,7 @@ function remove_user_from_mailing_list {
|
70
|
70
|
done <<< "$USER_MAILING_LISTS"
|
71
|
71
|
|
72
|
72
|
i=$((i+1))
|
73
|
|
- W+=($i $"Exit back to user mainenance")
|
|
73
|
+ W+=($i $"Exit back to filtering rules menu")
|
74
|
74
|
|
75
|
75
|
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)
|
76
|
76
|
|