diff options
| author | 2009-08-06 17:56:43 +0000 | |
|---|---|---|
| committer | 2009-08-06 17:56:43 +0000 | |
| commit | 5d09651e5664c3c875fe4b32acdc84e207ffd243 (patch) | |
| tree | 8fdd73f929a5d9ec3ef110607c38806a3bc8a4e9 /src/modules/options | |
| parent | reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c... (diff) | |
| download | KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.gz KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.bz2 KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.zip | |
[KVIrc] (trunk) Fixed spelling mistakes found by Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/optw_dcc.cpp | 2 | ||||
| -rw-r--r-- | src/modules/options/optw_identity.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/optw_dcc.cpp b/src/modules/options/optw_dcc.cpp index 3f5530e38..b497b0b73 100644 --- a/src/modules/options/optw_dcc.cpp +++ b/src/modules/options/optw_dcc.cpp @@ -187,7 +187,7 @@ KviDccSendGeneralOptionsWidget::KviDccSendGeneralOptionsWidget(QWidget * parent) addBoolSelector(g,__tr2qs_ctx("Notify completion in notifier","options"),KviOption_boolNotifyDccSendSuccessInNotifier); b = addBoolSelector(g,__tr2qs_ctx("Automatically clear transfer","options"),KviOption_boolAutoCloseDccSendOnSuccess); mergeTip(b, - __tr2qs_ctx("<center>This option will cause succesfully terminated transfers " \ + __tr2qs_ctx("<center>This option will cause successfully terminated transfers " \ "to be automatically removed from the transfer window.</center>","options")); diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index f60e739cb..f0e9e83b8 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -603,7 +603,7 @@ void KviIdentityAvatarOptionsWidget::chooseAvatar() if((m_pLocalAvatar->pixmap()->width() > 1024) || (m_pLocalAvatar->pixmap()->height() > 768)) { QMessageBox::warning(this,__tr2qs_ctx("Avatar Might Be Too Big - KVIrc","options"), - __tr2qs_ctx("The avatar you have choosen is bigger than 1024x768 pixels.<br>" \ + __tr2qs_ctx("The avatar you have chosen is bigger than 1024x768 pixels.<br>" \ "Such a big image will not be seen on all the user monitors<br>" \ "and will probably be scaled by the remote clients with poor quality<br>" \ "algorithms to improve performance. You *should* scale it manually<br>" \ |
