Clearer wording

This commit is contained in:
Bob Mottram 2015-06-13 13:08:13 +01:00
parent 86e54cf6f7
commit e413447e44
1 changed files with 2 additions and 2 deletions

View File

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