diff options
| author | 2008-10-23 17:16:32 +0000 | |
|---|---|---|
| committer | 2008-10-23 17:16:32 +0000 | |
| commit | c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8 (patch) | |
| tree | 7d7a422556cdd07c1cc3997c1795264480811126 /src/modules/options/optw_identity.cpp | |
| parent | fixed altnick handling with identity profiles (diff) | |
| download | KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.tar.gz KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.tar.bz2 KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.zip | |
updated translations
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2770 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_identity.cpp')
| -rw-r--r-- | src/modules/options/optw_identity.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index 08d2e53f2..250d822bf 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -700,10 +700,10 @@ KviIdentityProfileOptionsWidget::KviIdentityProfileOptionsWidget(QWidget * pPare KviTalToolTip::add(m_pTreeWidget, \ __tr2qs_ctx("<center>This is a set of rules to use profiles." \ - "KVIrc will use them to handle the user connection" \ + "KVIrc will use them to handle the user connection " \ "data before the data is sent to the IRC server.<br>" \ - "This is useful if a user wants to use different data" \ - "on different networks without changing them at every" \ + "This is useful if a user wants to use different data " \ + "on different networks without changing them at every " \ "connection attempt.","options")); pLayout->addWidget(m_pTreeWidget,1,0,1,3); connect(m_pTreeWidget,SIGNAL(itemSelectionChanged()),this,SLOT(toggleControls())); |
