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/help/HelpWindow.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/help/HelpWindow.cpp')
| -rw-r--r-- | src/modules/help/HelpWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp index 0ed1f86fd..210547521 100644 --- a/src/modules/help/HelpWindow.cpp +++ b/src/modules/help/HelpWindow.cpp @@ -69,7 +69,7 @@ HelpWindow::HelpWindow(const char * name) m_pBottomLayout->setVisible(false); m_pIndexTab = new KviTalVBox(m_pTabWidget); - m_pTabWidget->addTab(m_pIndexTab,__tr2qs("HelpIndex")); + m_pTabWidget->addTab(m_pIndexTab,__tr2qs("Help Index")); KviTalHBox* pSearchBox = new KviTalHBox(m_pIndexTab); m_pIndexSearch = new QLineEdit(pSearchBox); |
