aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-10-28 21:25:41 +0000
committerGravatar Elvio Basello2008-10-28 21:25:41 +0000
commita410d1624974571802cc32b7008a76f3c064a557 (patch)
tree574c08c8160ea0d6e3933a2d269979202abe4eb8 /src/modules/objects/class_file.cpp
parentfixed typos (diff)
downloadKVIrc-a410d1624974571802cc32b7008a76f3c064a557.tar.gz
KVIrc-a410d1624974571802cc32b7008a76f3c064a557.tar.bz2
KVIrc-a410d1624974571802cc32b7008a76f3c064a557.zip
fixed typos; update italian translation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2788 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_file.cpp')
-rw-r--r--src/modules/objects/class_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp
index 519b5172b..eee0b6f27 100644
--- a/src/modules/objects/class_file.cpp
+++ b/src/modules/objects/class_file.cpp
@@ -477,7 +477,7 @@ KVSO_CLASS_FUNCTION(file,writeBlock)
KVSO_PARAMETER("string_or_hobject",KVS_PT_VARIANT,0,pVariantData)
KVSO_PARAMETER("length",KVS_PT_UNSIGNEDINTEGER,KVS_PF_OPTIONAL,uLen)
KVSO_PARAMETERS_END(c)
- if(!m_pFile->isOpen())c->warning(__tr2qs("File is not open !"));
+ if(!m_pFile->isOpen())c->warning(__tr2qs("File is not open!"));
else
{
if (pVariantData->isHObject())