+! Add a space between the language and its dialect names.

This commit is contained in:
Konstantin Isakov 2009-04-09 22:07:02 +00:00
parent 55749e23c2
commit 32b7e9f9c8

View file

@ -830,7 +830,7 @@ vector< DataFiles > findDataFiles( QString const & path )
{
if ( dictId.size() > 2 && ( dictId[ 2 ] == '-' || dictId[ 2 ] == '_' ) &&
dictId.mid( 3 ).toLower() != dictBaseId )
dictName += "(" + dictId.mid( 3 ) + ")";
dictName += " (" + dictId.mid( 3 ) + ")";
}
dictName = QCoreApplication::translate( "Hunspell", "%1 Morphology" ).arg( dictName );