瀏覽代碼

Dialog formatting and description

Bob Mottram 9 年之前
父節點
當前提交
0dd4b7ea62
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

@@ -126,7 +126,7 @@ function set_main_repo {
126 126
     trap "rm -f $data" 0 1 2 5 15
127 127
     dialog --backtitle $"Freedombone Control Panel" \
128 128
            --title $"Main Repository (Trove)" \
129
-           --form "\n" 8 60 3 \
129
+           --form $"If you do not wish to use the default repositories they can be obtained from another ${PROJECT_NAME} server acting as a trove.\n\nA trove is just a mirrored collection of git repositories." 14 60 3 \
130 130
               $"URL:" 1 1 "$FRIENDS_TROVE_SERVER" 1 14 40 15 \
131 131
               $"SSH Port:" 2 1 "$FRIENDS_TROVE_SSH_PORT" 2 14 40 10000 \
132 132
               $"Password:" 3 1 "$FRIENDS_TROVE_PASSWORD" 3 14 40 10000 \