From 3a9a24bf7af02eda8fc63d9f4aaa79ca06e4efa4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 24 Aug 2018 11:06:14 +0200 Subject: [PATCH] Bug 21233: (QA follow-up) We do not like the plural form of whitespace Content-Type: text/plain; charset=utf-8 The word "whitespace" is usually uncountable. Signed-off-by: Marcel de Rooy --- Koha/Exceptions/Password.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Exceptions/Password.pm b/Koha/Exceptions/Password.pm index bffafdb..c64873d 100644 --- a/Koha/Exceptions/Password.pm +++ b/Koha/Exceptions/Password.pm @@ -35,9 +35,9 @@ use Exception::Class ( isa => 'Koha::Exceptions::Password', description => 'Password is too weak' }, - 'Koha::Exceptions::Password::TrailingWhitespaces' => { + 'Koha::Exceptions::Password::TrailingWhitespace' => { isa => 'Koha::Exceptions::Password', - description => 'Password contains trailing whitespace(s)' + description => 'Password contains trailing whitespace character(s)' } ); @@ -77,7 +77,7 @@ Password is too short. Password is too weak. -=head2 Koha::Exceptions::Password::TrailingWhitespaces +=head2 Koha::Exceptions::Password::TrailingWhitespace Password contains trailing spaces, which is forbidden. -- 2.1.4