From ded3ef3d14c6c5d63535169cc5e9e86c01d60ab6 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Tue, 22 Jan 2013 11:13:39 +0100 Subject: [PATCH] Internationalize the "Unassigned" group name. --- groups_widgets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );