fix typo, rename window, no need to translate its name

master
Mikhail Novosyolov 3 years ago
parent 5b4d5390df
commit bba0c3cf9f

@ -34,7 +34,7 @@ done
_tag1="<span weight='bold'>"
_tag2="</span>"
var="$(yad --title=$"linux-infosec-setupper" --form \
var="$(yad --title="linux-infosec-setupper: pwquality" --form \
--text-align=center \
--bool-fmt=T \
--text=$"<span size='xx-large' weight='bold'>Password policies setup</span>" \
@ -69,7 +69,7 @@ var="$(yad --title=$"linux-infosec-setupper" --form \
--field=$"${_tag1}Value (retry)${_tag2}:NUM" "$retry:0..9999:1" \
--field=$"Check whether the words longer than 3 characters from the GECO field of passwd::LBL" "!" \
--field=$"Status (gecoscheck):CHK" "$gecoscheck" \
--field=$"Check whether the password macthices a word in a dictionary::LBL" "!" \
--field=$"Check whether the password matches a word in a dictionary::LBL" "!" \
--field=$"Status (dictcheck):CHK" "$dictcheck" \
--field=$"Check whether the password contains the user name in some form::LBL" "!" \
--field=$"Status (usercheck):CHK" "$usercheck" \

Loading…
Cancel
Save