mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- small fix in language files
This commit is contained in:
parent
0aad431da6
commit
a22afba059
45 changed files with 1100 additions and 973 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue