- small fix in language files

This commit is contained in:
Christophe Dumez 2007-02-24 18:59:02 +00:00
parent 0aad431da6
commit a22afba059
45 changed files with 1100 additions and 973 deletions

View file

@ -1564,7 +1564,7 @@ void GUI::configureSession(){
if(s->is_listening()){
new_listenPort = s->listen_port();
if(new_listenPort != old_listenPort){
setInfoBar(tr("Listening on port: ")+ QString(misc::toString(new_listenPort).c_str()));
setInfoBar(tr("Listening on port", "Listening on port <xxxxx>")+ ": " + QString(misc::toString(new_listenPort).c_str()));
}
}
// Apply max connec limit (-1 if disabled)