aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_servers.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2016-04-23 20:30:59 -0400
committerGravatar staticfox2016-04-23 20:30:59 -0400
commitabebcbc903cd5bcd567f94e602b1dbc3ae226fae (patch)
tree2fc27017ee5030a4f008e022162dbebf90c23b8f /src/modules/options/OptionsWidget_servers.cpp
parentFix extraction of sources-date from git (diff)
downloadKVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.gz
KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.bz2
KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.zip
general: Typo fixes
Diffstat (limited to 'src/modules/options/OptionsWidget_servers.cpp')
-rw-r--r--src/modules/options/OptionsWidget_servers.cpp2
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"));