diff options
| author | 2015-11-30 17:45:40 +0000 | |
|---|---|---|
| committer | 2015-12-05 12:06:03 +0000 | |
| commit | b7fdd1bd7d02883faf54c7ad1b4baedabf82df3e (patch) | |
| tree | 96a54e741558c09bbab10aa5d256be69fe46e11f /src/modules | |
| parent | libkvilinks: capitalization and copyright header consistency fixes (diff) | |
| download | KVIrc-b7fdd1bd7d02883faf54c7ad1b4baedabf82df3e.tar.gz KVIrc-b7fdd1bd7d02883faf54c7ad1b4baedabf82df3e.tar.bz2 KVIrc-b7fdd1bd7d02883faf54c7ad1b4baedabf82df3e.zip | |
LinksWindow: capitalization fixes
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/links/LinksWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/links/LinksWindow.cpp b/src/modules/links/LinksWindow.cpp index eede9e0a2..a6d80bd7b 100644 --- a/src/modules/links/LinksWindow.cpp +++ b/src/modules/links/LinksWindow.cpp @@ -229,7 +229,7 @@ void LinksWindow::endOfLinks() it = insertLink(l); if(!it) { - output(KVI_OUT_SYSTEMERROR,__tr2qs("Broken link: Missing parent (%s) for %s (%d hops): %s (used /LINKS <mask> ?)"), + output(KVI_OUT_SYSTEMERROR,__tr2qs("Broken link: missing parent (%s) for %s (%d hops): %s (used /LINKS <mask> ?)"), l->parent.ptr(),l->host.ptr(),l->hops,l->description.ptr()); brokenLinks++; QString szTmp = QString(__tr2qs("%1: Parent link %2")).arg(l->description.ptr(),l->parent.ptr()); @@ -241,7 +241,7 @@ void LinksWindow::endOfLinks() it->setText(1,QString(tmp2.ptr())); it->setText(2,szTmp); } else { - outputNoFmt(KVI_OUT_SYSTEMERROR,__tr2qs("Warning: No root link was sent by the server, the stats may be invalid.")); + outputNoFmt(KVI_OUT_SYSTEMERROR,__tr2qs("Warning: no root link was sent by the server, the stats may be invalid.")); it = new QTreeWidgetItem(m_pListView); it->setText(0,QString(l->host.ptr())); it->setText(1,QString(tmp2.ptr())); |
