Browse Source

Clearer wording

Bob Mottram 10 years ago
parent
commit
e413447e44
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-config

+ 2
- 2
src/freedombone-config View File

@@ -329,13 +329,13 @@ function interactive_configuration {
329 329
   trap "rm -f $data" 0 1 2 5 15
330 330
   if [[ $INSTALLING_ON_BBB == "no" ]]; then
331 331
       dialog --backtitle "Random Number Generation" \
332
-          --radiolist "Type of RNG:" 10 40 3 \
332
+          --radiolist "Type of Random Number Generator:" 10 40 3 \
333 333
           1 Haveged on \
334 334
           2 "Beaglebone built-in HRNG" off \
335 335
           3 OneRNG off 2> $data
336 336
   else
337 337
       dialog --backtitle "Random Number Generation" \
338
-          --radiolist "Type of RNG:" 10 40 3 \
338
+          --radiolist "Type of Random Number Generator:" 10 40 3 \
339 339
           1 Haveged off \
340 340
           2 "Beaglebone built-in HRNG" on \
341 341
           3 OneRNG off 2> $data