X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.cpp;h=00604471bc999e17176e196f8b187aa4fe92965e;hp=83d5709489147d80034de08cfba6bb018f65836d;hb=dd2b40bf10da0309a72a9b2e8f49af752646fd92;hpb=6bff16ce4afeea153ffaf3d1916b6ba977853a27 diff --git a/src/client/networkmodel.cpp b/src/client/networkmodel.cpp index 83d57094..00604471 100644 --- a/src/client/networkmodel.cpp +++ b/src/client/networkmodel.cpp @@ -401,6 +401,9 @@ void NetworkItem::setCurrentServer(const QString &serverName) { *****************************************/ // we hardcode this even though we have PREFIX in network... but that wouldn't help with mapping modes to // category strings anyway. +// TODO make this translateable depending on the number of users in a category +// -> we can't set the real string here, because tr() needs to get the actual number as second param +// -> tr("%n User(s)", n) needs to be used somewhere where we do know the user number n const QList UserCategoryItem::categories = QList() << UserCategoryItem::Category('q', tr("Owners")) << UserCategoryItem::Category('a', tr("Admins"))