Ver código fonte

List description

Bob Mottram 9 anos atrás
pai
commit
fb94a7c28e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

@@ -667,7 +667,7 @@ function add_to_mailing_list {
667 667
     trap "rm -f $data" 0 1 2 5 15
668 668
     dialog --backtitle $"Freedombone Control Panel" \
669 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 671
               $"List folder name:" 1 1 "" 1 35 26 25 \
672 672
               $"Name between [] on subject line:" 2 1 "" 2 35 26 25 \
673 673
               $"List email address:" 3 1 "" 3 35 26 25 \