|
@@ -542,7 +542,7 @@ function set_main_repo {
|
542
|
542
|
trap "rm -f $data" 0 1 2 5 15
|
543
|
543
|
dialog --backtitle $"Freedombone Control Panel" \
|
544
|
544
|
--title $"Main Repository (Mirrors)" \
|
545
|
|
- --form $"If you do not wish to use the default repositories they can be obtained from mirrored repos on another ${PROJECT_NAME} system.\n\nThe repositories are for applications which are not yet packaged for Debian.\n\nTo use the defaults just select Ok." 18 65 4 \
|
|
545
|
+ --form $"If you don't know what this means then just select Ok.\n\nIf you don't wish to use the default repositories they can be obtained from mirrored repos on another ${PROJECT_NAME} system.\n\nThe repositories are for applications which are not yet packaged for Debian." 18 65 4 \
|
546
|
546
|
$"URL:" 1 1 "$FRIENDS_MIRRORS_SERVER" 1 18 40 18 \
|
547
|
547
|
$"SSH Port:" 2 1 "$FRIENDS_MIRRORS_SSH_PORT" 2 18 10 10000 \
|
548
|
548
|
$"Password:" 3 1 "$FRIENDS_MIRRORS_PASSWORD" 3 18 40 10000 \
|