aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.cpp
diff options
context:
space:
mode:
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())