[about-me] Fix list of passwd error strings
Need to add "dictionary" to the first list of known errors for the previous commit to change something. Fix indentation of the whole list too.
This commit is contained in:
parent
51befc4497
commit
4ad6f3e725
1 changed files with 13 additions and 12 deletions
|
@ -500,18 +500,19 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi
|
|||
/* Passwd is asking for our retyped new password */
|
||||
|
||||
if (is_string_complete (str->str, "successfully",
|
||||
"short",
|
||||
"longer",
|
||||
"palindrome",
|
||||
"simple",
|
||||
"similar",
|
||||
"wrapped",
|
||||
"recovered",
|
||||
"unchanged",
|
||||
"match",
|
||||
"1 numeric or special",
|
||||
"failure",
|
||||
NULL)) {
|
||||
"short",
|
||||
"longer",
|
||||
"palindrome",
|
||||
"dictionary",
|
||||
"simple",
|
||||
"similar",
|
||||
"wrapped",
|
||||
"recovered",
|
||||
"unchanged",
|
||||
"match",
|
||||
"1 numeric or special",
|
||||
"failure",
|
||||
NULL)) {
|
||||
|
||||
/* What response did we get? */
|
||||
passdlg_set_busy (pdialog, FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue