mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Internationalize the "Unassigned" group name.
This commit is contained in:
parent
7232859184
commit
ded3ef3d14
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue