Browse Source

List description

Bob Mottram 9 years ago
parent
commit
fb94a7c28e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

667
     trap "rm -f $data" 0 1 2 5 15
667
     trap "rm -f $data" 0 1 2 5 15
668
     dialog --backtitle $"Freedombone Control Panel" \
668
     dialog --backtitle $"Freedombone Control Panel" \
669
            --title $"Subscribe $SELECTED_USERNAME to a mailing list" \
669
            --title $"Subscribe $SELECTED_USERNAME to a mailing list" \
670
-           --form "\n" 8 68 4 \
670
+           --form $"You can either enter a subject or an email address\n" 10 68 3 \
671
               $"List folder name:" 1 1 "" 1 35 26 25 \
671
               $"List folder name:" 1 1 "" 1 35 26 25 \
672
               $"Name between [] on subject line:" 2 1 "" 2 35 26 25 \
672
               $"Name between [] on subject line:" 2 1 "" 2 35 26 25 \
673
               $"List email address:" 3 1 "" 3 35 26 25 \
673
               $"List email address:" 3 1 "" 3 35 26 25 \