diff options
| author | 2016-04-23 20:30:59 -0400 | |
|---|---|---|
| committer | 2016-04-23 20:30:59 -0400 | |
| commit | abebcbc903cd5bcd567f94e602b1dbc3ae226fae (patch) | |
| tree | 2fc27017ee5030a4f008e022162dbebf90c23b8f /src/modules/options | |
| parent | Fix extraction of sources-date from git (diff) | |
| download | KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.gz KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.bz2 KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.zip | |
general: Typo fixes
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_servers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_servers.cpp b/src/modules/options/OptionsWidget_servers.cpp index 8e6fc4914..84a755c8e 100644 --- a/src/modules/options/OptionsWidget_servers.cpp +++ b/src/modules/options/OptionsWidget_servers.cpp @@ -562,7 +562,7 @@ IrcServerDetailsWidget::IrcServerDetailsWidget(QWidget * par,KviIrcServer * s) pPropertiesBoxLayout->addWidget(m_pUserEditor,0,1); KviTalToolTip::add(m_pUserEditor,__tr2qs_ctx("This is the <b>username</b> that KVIrc will use to login to this server.\n" \ - "If this field is left empty (most common case), KVIrc will first look if an username is specified " \ + "If this field is left empty (most common case), KVIrc will first look if a username is specified " \ "for the network that this server belongs to, and if that is empty then KVIrc will use the default username " \ "specified in the \"Identity\" options tab.","options")); |
