aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/broker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/broker.cpp')
-rw-r--r--src/modules/dcc/broker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dcc/broker.cpp b/src/modules/dcc/broker.cpp
index 820fc781d..df0fadaae 100644
--- a/src/modules/dcc/broker.cpp
+++ b/src/modules/dcc/broker.cpp
@@ -755,8 +755,8 @@ void KviDccBroker::renameOverwriteResume(KviDccBox *box,KviDccDescriptor * dcc)
"The file '<b>%1</b>' already exists " \
"and is <b>%2</b> large.<br>" \
"Do you wish to<br>" \
- "<b>overwrite</b> the existing file,<br> " \
"<b>auto-rename</b> the new file, or<br>" \
+ "<b>overwrite</b> the existing file,<br> " \
"<b>resume</b> an incomplete download?" \
,"dcc" \
).arg(dcc->szLocalFileName, KviQString::makeSizeReadable(fi.size()));
@@ -767,8 +767,8 @@ void KviDccBroker::renameOverwriteResume(KviDccBox *box,KviDccDescriptor * dcc)
"The file '<b>%1</b>' already exists " \
"and is larger than the offered one.<br>" \
"Do you wish to<br>" \
- "<b>overwrite</b> the existing file, or<br> " \
"<b>auto-rename</b> the new file ?" \
+ "<b>overwrite</b> the existing file, or<br> " \
,"dcc" \
).arg(dcc->szLocalFileName);
}