diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-17 14:09:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-17 16:37:17 +0200 |
commit | a81d7c4e0379a021664f8f6c5e9032a47fcf61d6 (patch) | |
tree | 79f8560e76a2dbba57f3355663727290e5999cc5 /cui/inc | |
parent | 9da14cf5461a1883718da9f92e03dd0dd6e28efd (diff) |
tdf#43452 indicate when maximum password length has been reached
Change-Id: I58ba5887d41a80aa0ef2be547351f2faeccfa3cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96533
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 6312f38b6d53..dcfbcc0f4e9c 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -210,6 +210,7 @@ #define RID_SVXSTR_TWO_PASSWORDS_MISMATCH NC_("RID_SVXSTR_TWO_PASSWORDS_MISMATCH", "The confirmation passwords did not match the original passwords. Set the passwords again.") #define RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON NC_("RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON", "Please enter a password to open or to modify, or check the open read-only option to continue.") #define RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2 NC_("RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2", "Set the password by entering the same password in both boxes.") +#define RID_SVXSTR_PASSWORD_LEN_INDICATOR NC_("RID_SVXSTR_PASSWORD_LEN_INDICATOR", "Password length limit of %1 reached") #define STR_AUTOLINK NC_("STR_AUTOLINK", "Automatic") #define STR_MANUALLINK NC_("STR_MANUALLINK", "Manual") |