diff options
| author | 2010-06-10 12:51:38 +0000 | |
|---|---|---|
| committer | 2010-06-10 12:51:38 +0000 | |
| commit | 64ddb924d7bb58ddfb42bfe7930156a5a9143513 (patch) | |
| tree | c7637a52c6df59e081a93485e05e982538d81fba /src/modules/dcc/broker.cpp | |
| parent | More fixes in classeditor (diff) | |
| download | KVIrc-64ddb924d7bb58ddfb42bfe7930156a5a9143513.tar.gz KVIrc-64ddb924d7bb58ddfb42bfe7930156a5a9143513.tar.bz2 KVIrc-64ddb924d7bb58ddfb42bfe7930156a5a9143513.zip | |
fix for problem 1 and 3 of #808
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4431 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/broker.cpp')
| -rw-r--r-- | src/modules/dcc/broker.cpp | 4 |
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); } |
