From b7fdd1bd7d02883faf54c7ad1b4baedabf82df3e Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 30 Nov 2015 17:45:40 +0000 Subject: LinksWindow: capitalization fixes --- src/modules/links/LinksWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/links/LinksWindow.cpp') 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 ?)"), + output(KVI_OUT_SYSTEMERROR,__tr2qs("Broken link: missing parent (%s) for %s (%d hops): %s (used /LINKS ?)"), 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())); -- cgit v1.3.1-10-gc9f91