From bba0c3cf9feea3a8de6736af4fca70af10a346f2 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 20 Jun 2021 13:40:20 +0300 Subject: [PATCH] fix typo, rename window, no need to translate its name --- front_pwquality.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front_pwquality.sh b/front_pwquality.sh index e228bbb..82a7576 100644 --- a/front_pwquality.sh +++ b/front_pwquality.sh @@ -34,7 +34,7 @@ done _tag1="" _tag2="" -var="$(yad --title=$"linux-infosec-setupper" --form \ +var="$(yad --title="linux-infosec-setupper: pwquality" --form \ --text-align=center \ --bool-fmt=T \ --text=$"Password policies setup" \ @@ -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" \