diff options
| author | 2015-12-09 11:58:53 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | 7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch) | |
| tree | a1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/term | |
| parent | Merge pull request #1776 from TheReign/issue_1754_2 (diff) | |
| download | KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2 KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip | |
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/term')
| -rw-r--r-- | src/modules/term/TermWidget.cpp | 2 | ||||
| -rw-r--r-- | src/modules/term/libkviterm.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/term/TermWidget.cpp b/src/modules/term/TermWidget.cpp index 522381235..7687f7647 100644 --- a/src/modules/term/TermWidget.cpp +++ b/src/modules/term/TermWidget.cpp @@ -59,7 +59,7 @@ if(bIsStandalone) { m_pHBox = new KviTalHBox(this); - m_pTitleLabel = new QLabel(__tr2qs("Terminal emulator"),m_pHBox); + m_pTitleLabel = new QLabel(__tr2qs("Terminal Emulator"),m_pHBox); m_pTitleLabel->setFrameStyle(QFrame::Raised | QFrame::StyledPanel); m_pCloseButton = new QPushButton("",m_pHBox); m_pCloseButton->setIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Close))); diff --git a/src/modules/term/libkviterm.cpp b/src/modules/term/libkviterm.cpp index b91a08afc..54361b0f3 100644 --- a/src/modules/term/libkviterm.cpp +++ b/src/modules/term/libkviterm.cpp @@ -55,7 +55,7 @@ KviModule * g_pTermModule = 0; creates terminal as a docked window @description: Opens a new terminal window (If the service is available). - if the -m switch is present, the created terminal as a dockable kvirc window, + if the -m switch is present, the created terminal as a dockable KVIrc window, otherwise it is a static window.[br] This command is exported by the "term" module.[br] Note: At the time that this module was written, the |
