aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_dcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/options/optw_dcc.cpp')
-rw-r--r--src/modules/options/optw_dcc.cpp2
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"));