Quellcode durchsuchen

Change mirrors message for clarity

Bob Mottram vor 9 Jahren
Ursprung
Commit
e6b7addca3

+ 1
- 1
locale/de/freedombone-config.json Datei anzeigen

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

+ 1
- 1
locale/es/freedombone-config.json Datei anzeigen

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

+ 1
- 1
locale/fr/freedombone-config.json Datei anzeigen

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

+ 1
- 1
src/freedombone-config Datei anzeigen

@@ -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 \