[users] Stray space in message (reported by Transifex user Moo)

This commit is contained in:
Adriaan de Groot 2020-11-24 23:47:13 +01:00
parent ccfbd6b972
commit 61a2335909

View File

@ -230,7 +230,7 @@ public:
if ( m_errorCount )
{
return QCoreApplication::translate(
"PWQ", "The password contains fewer than %n lowercase letters", nullptr, m_errorCount );
"PWQ", "The password contains fewer than %n lowercase letters", nullptr, m_errorCount );
}
return QCoreApplication::translate( "PWQ", "The password contains too few lowercase letters" );
case PWQ_ERROR_MIN_OTHERS: