aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-06-10 12:55:25 +0000
committerGravatar Fabio Bas2010-06-10 12:55:25 +0000
commit8352055314a2418aa1df415b71129f626c63b735 (patch)
tree369108c24716cbce8cc46b6d58f82e2471b7d2cc /src/modules
parentfix for problem 1 and 3 of #808 (diff)
downloadKVIrc-8352055314a2418aa1df415b71129f626c63b735.tar.gz
KVIrc-8352055314a2418aa1df415b71129f626c63b735.tar.bz2
KVIrc-8352055314a2418aa1df415b71129f626c63b735.zip
typo on previous commit
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4432 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/dcc/broker.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/dcc/broker.cpp b/src/modules/dcc/broker.cpp
index df0fadaae..1781d1e61 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>auto-rename</b> the new file, or<br>" \
- "<b>overwrite</b> the existing file,<br> " \
+ "<b>auto-rename</b> the new file,<br>" \
+ "<b>overwrite</b> the existing file, or<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>auto-rename</b> the new file ?" \
- "<b>overwrite</b> the existing file, or<br> " \
+ "<b>auto-rename</b> the new file, or<br>" \
+ "<b>overwrite</b> the existing file ?" \
,"dcc" \
).arg(dcc->szLocalFileName);
}