From a81d7c4e0379a021664f8f6c5e9032a47fcf61d6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Jun 2020 14:09:29 +0100 Subject: tdf#43452 indicate when maximum password length has been reached MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I58ba5887d41a80aa0ef2be547351f2faeccfa3cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96533 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- cui/inc/strings.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/inc/strings.hrc') 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") -- cgit