diff --git a/groups_widgets.cc b/groups_widgets.cc index 6491c3c5..6d701635 100644 --- a/groups_widgets.cc +++ b/groups_widgets.cc @@ -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 );