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/optw_dcc.cpp | |
| 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/optw_dcc.cpp')
| -rw-r--r-- | src/modules/options/optw_dcc.cpp | 2 |
1 files changed, 1 insertions, 1 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")); |
