Bob Mottram 8 år sedan
förälder
incheckning
3f720ed481
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel-user Visa fil

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