mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
changes in typography
This commit is contained in:
parent
8897001567
commit
e01a61d816
14 changed files with 29 additions and 29 deletions
|
@ -83,7 +83,7 @@ void WebUI::init()
|
|||
if (success)
|
||||
logger->addMessage(tr("The Web UI is listening on port %1").arg(m_port));
|
||||
else
|
||||
logger->addMessage(tr("Web User Interface Error - Unable to bind Web UI to port %1").arg(m_port), Log::CRITICAL);
|
||||
logger->addMessage(tr("Web UI Error - Unable to bind Web UI to port %1").arg(m_port), Log::CRITICAL);
|
||||
}
|
||||
|
||||
// DynDNS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue