CVS commit by ogoffart: Give the correct name to the top-level group, and does not shwo it twice in the move-to-group / copy-to-group submenu. This does not changes i18n. do you think we can backport this? M +1 -1 kopetegroup.cpp 1.29 M +0 -3 ui/kopetestdaction.cpp 1.40 --- kdenonbeta/kopete/libkopete/kopetegroup.cpp #1.28:1.29 @@ -22,5 +22,5 @@ #include -KopeteGroup* KopeteGroup::toplevel = new KopeteGroup(QString::fromLatin1("Default"), KopeteGroup::TopLevel); +KopeteGroup* KopeteGroup::toplevel = new KopeteGroup(i18n( "Contacts are put in groups. Top Level holds all groups (but can contain contacts too) Similar to KMail's folders", "Top Level" ) , KopeteGroup::TopLevel); KopeteGroup* KopeteGroup::temporary = new KopeteGroup(i18n("Not in your contact list"),KopeteGroup::Temporary); --- kdenonbeta/kopete/libkopete/ui/kopetestdaction.cpp #1.39:1.40 @@ -42,7 +42,4 @@ void KopeteGroupListAction::slotUpdateLi QStringList m_groupList; - // Top Level is special, separate it from the other groups - m_groupList << i18n( "Contacts are put in groups. Top Level holds all groups (but can contain contacts too) Similar to KMail's folders", "Top Level" ); - KopeteGroupList groups=KopeteContactList::contactList()->groups(); // Add groups to our list