Browse Source

Change message

Bob Mottram 8 years ago
parent
commit
ab8f0447fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-xmpp

+ 1
- 1
src/freedombone-app-xmpp View File

@@ -154,7 +154,7 @@ function configure_interactive_xmpp {
154 154
                --radiolist $"Choose an operation:" 12 70 3 \
155 155
                1 $"Add an ICANN to onion domain mapping" off \
156 156
                2 $"Remove an ICANN to onion domain mapping" off \
157
-               3 $"Exit" on 2> $data
157
+               3 $"Return to administrator control panel" on 2> $data
158 158
         sel=$?
159 159
         case $sel in
160 160
             1) return;;