[usersq] Remove trailing .

This commit is contained in:
Adriaan de Groot 2020-09-21 17:01:50 +02:00
parent 4778687f14
commit cadd9765db

View File

@ -223,7 +223,7 @@ Kirigami.ScrollablePage {
visible: config.allowWeakPasswords visible: config.allowWeakPasswords
//visible: false //visible: false
width: parent.width width: parent.width
text: qsTr("When this box is checked, password-strength checking is done and you will not be able to use a weak password..") text: qsTr("When this box is checked, password-strength checking is done and you will not be able to use a weak password.")
font.weight: Font.Thin font.weight: Font.Thin
font.pointSize: 8 font.pointSize: 8
color: "#6D6D6D" color: "#6D6D6D"