Bläddra i källkod

Change title to make freedns explicit

Bob Mottram 6 år sedan
förälder
incheckning
7dcfd40b72
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Visa fil

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