Change mirrors message for clarity

This commit is contained in:
Bob Mottram 2016-02-19 17:07:09 +00:00
parent e99adf1d4d
commit e6b7addca3
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
"Retrieve keys from friends servers": "",
"Freedombone Control Panel": "",
"Main Repository (Mirrors)": "",
"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.": "",
"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.": "",
"URL:": "",
"SSH Port:": "",
"Password:": "",

View File

@ -14,7 +14,7 @@
"Retrieve keys from friends servers": "",
"Freedombone Control Panel": "",
"Main Repository (Mirrors)": "",
"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.": "",
"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.": "",
"URL:": "",
"SSH Port:": "",
"Password:": "",

View File

@ -14,7 +14,7 @@
"Retrieve keys from friends servers": "",
"Freedombone Control Panel": "",
"Main Repository (Mirrors)": "",
"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.": "",
"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.": "",
"URL:": "",
"SSH Port:": "",
"Password:": "",

View File

@ -542,7 +542,7 @@ function set_main_repo {
trap "rm -f $data" 0 1 2 5 15
dialog --backtitle $"Freedombone Control Panel" \
--title $"Main Repository (Mirrors)" \
--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 \
--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 \
$"URL:" 1 1 "$FRIENDS_MIRRORS_SERVER" 1 18 40 18 \
$"SSH Port:" 2 1 "$FRIENDS_MIRRORS_SSH_PORT" 2 18 10 10000 \
$"Password:" 3 1 "$FRIENDS_MIRRORS_PASSWORD" 3 18 40 10000 \