QTfrontend/pageroomslist.cpp
changeset 5602 c89b81817ee4
parent 5283 bc0459372238
child 6009 14f6fc9869f2
equal deleted inserted replaced
5600:c6da15eddab3 5602:c89b81817ee4
   389     }
   389     }
   390 }
   390 }
   391 
   391 
   392 void PageRoomsList::updateNickCounter(int cnt)
   392 void PageRoomsList::updateNickCounter(int cnt)
   393 {
   393 {
   394     lblCount->setText(tr("%1 players online").arg(cnt));
   394     lblCount->setText(tr("%1 players online", 0, cnt).arg(cnt));
   395 }
   395 }
   396 
   396