diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1583b888..b65d84f2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -183,6 +183,7 @@ <string name="pwgen_pronounceable">Pronounceable</string> <string name="pwgen_no_chars_error">No characters included</string> <string name="pwgen_length_too_short_error">Length too short for selected criteria</string> + <string name="pwgen_max_iterations_exceeded">Failed to generate a password satisfying the constraints. Try to increase the length.</string> <!-- XKPWD password generator --> <string name="xkpwgen_title">Xkpasswd Generator</string> |