diff options
| author | 2015-10-08 13:31:51 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch) | |
| tree | fde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/links/LinksWindow.cpp | |
| parent | [ci skip] no strings - cpp files - typo corrections (diff) | |
| download | KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2 KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip | |
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/links/LinksWindow.cpp')
| -rw-r--r-- | src/modules/links/LinksWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/links/LinksWindow.cpp b/src/modules/links/LinksWindow.cpp index d49914801..4daf8c6a0 100644 --- a/src/modules/links/LinksWindow.cpp +++ b/src/modules/links/LinksWindow.cpp @@ -119,7 +119,7 @@ void LinksWindow::requestLinks() outputNoFmt(KVI_OUT_SYSTEMMESSAGE,__tr2qs("Sent links request, waiting for reply...")); m_pRequestButton->setEnabled(false); } else { - outputNoFmt(KVI_OUT_SYSTEMERROR,__tr2qs("Cannot request links: No active connection")); + outputNoFmt(KVI_OUT_SYSTEMERROR,__tr2qs("Cannot request links: no active connection")); } } @@ -132,7 +132,7 @@ void LinksWindow::connectionStateChange() QString szTmp = QString(__tr2qs("Connected to %1 (%2)")).arg(m_pConsole->connection()->currentServerName(),m_pConsole->currentNetworkName()); m_pInfoLabel->setText(szTmp); } else { - m_pInfoLabel->setText(__tr2qs("Links cannot be requested: Not connected to a server")); + m_pInfoLabel->setText(__tr2qs("Links cannot be requested: not connected to a server")); } } @@ -296,7 +296,7 @@ void LinksWindow::endOfLinks() output(KVI_OUT_LINKS,__tr2qs("Average hops: ~%d.%d"),avgHops / 100,avgHops % 100); } else { m_szRootServer = __tr2qs("(Unknown)"); - outputNoFmt(KVI_OUT_LINKS,__tr2qs("Incomplete LINKS result, no stats available")); + outputNoFmt(KVI_OUT_LINKS,__tr2qs("Incomplete links result, no stats available")); } outputNoFmt(KVI_OUT_LINKS,"======================"); |
