Bob Mottram 8 years ago
parent
commit
75c5351cca
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-tox

+ 2
- 2
src/freedombone-app-tox View File

111
         return
111
         return
112
     fi
112
     fi
113
     bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
113
     bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
114
-    dialog --title $"Tox Bootstrap Node" \
115
-           --msgbox $"\n$bootstrap_id\n\nTo copy this hold down the shift key, select then right click and copy." 10 70
114
+    dialog --title $"Tox Bootstrap Node ID" \
115
+           --msgbox $"\n$bootstrap_id\n\nTo copy this hold down the shift key, select the ID and then right click and copy." 10 70
116
 }
116
 }
117
 
117
 
118
 function mesh_tox_qtox {
118
 function mesh_tox_qtox {