diff options
| author | 2007-08-20 01:01:13 +0000 | |
|---|---|---|
| committer | 2007-08-20 01:01:13 +0000 | |
| commit | 631be9695e05733569010cc2b6d2cd248efd109f (patch) | |
| tree | dde666a8b63e74c4271a4d0ca4943f5ea89f7972 /src/modules/dcc/broker.cpp | |
| parent | updated translation files (diff) | |
| download | KVIrc-631be9695e05733569010cc2b6d2cd248efd109f.tar.gz KVIrc-631be9695e05733569010cc2b6d2cd248efd109f.tar.bz2 KVIrc-631be9695e05733569010cc2b6d2cd248efd109f.zip | |
fixed some typos;
updated italian translation;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@746 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/broker.cpp')
| -rw-r--r-- | src/modules/dcc/broker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/broker.cpp b/src/modules/dcc/broker.cpp index 52c0abf33..02ab19886 100644 --- a/src/modules/dcc/broker.cpp +++ b/src/modules/dcc/broker.cpp @@ -662,7 +662,7 @@ void KviDccBroker::renameOverwriteResume(KviDccBox *box,KviDccDescriptor * dcc) (iRemoteSize > ((int)(fi.size())))) // or it is larger than the actual size on disk { tmp = __tr2qs_ctx( \ - "The file '<b>%1</b>' already exists" \ + "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> " \ |
