Sfoglia il codice sorgente

Change title to make freedns explicit

Bob Mottram 6 anni fa
parent
commit
7dcfd40b72
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Vedi File

@@ -249,7 +249,7 @@ function choose_default_domain_name {
249 249
             data=$(mktemp 2>/dev/null)
250 250
             if [[ "$DDNS_PROVIDER" == "default@freedns.afraid.org" ]]; then
251 251
                 dialog --backtitle $"Freedombone Configuration" \
252
-                       --title $"Your main domain name" \
252
+                       --title $"Your main domain name on FreeDNS" \
253 253
                        --form $"\nWhich domain name should your email/XMPP/IRC/Mumble be associated with?" 13 55 5 \
254 254
                        $"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 24 33 40 \
255 255
                        $"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 24 33 255 \