Internationalize the "Unassigned" group name.

This commit is contained in:
Tvangeste 2013-01-22 11:13:39 +01:00
parent 7232859184
commit ded3ef3d14

View file

@ -713,7 +713,7 @@ void DictGroupsWidget::addAutoGroups()
idTo = ids.second;
}
QString name("Unassigned");
QString name( tr( "Unassigned" ) );
if ( idFrom != 0 && idTo != 0 )
{
QString lfrom = LangCoder::intToCode2( idFrom );