aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/class_pixmap.cpp2
-rw-r--r--src/modules/objects/libkviobjects.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_pixmap.cpp b/src/modules/objects/class_pixmap.cpp
index 9d70c492b..1f15a5fc3 100644
--- a/src/modules/objects/class_pixmap.cpp
+++ b/src/modules/objects/class_pixmap.cpp
@@ -234,7 +234,7 @@ bool KviKvsObject_pixmap::functionsetOpacity(KviKvsObjectFunctionCall *c)
if (!pObDest)
{
- c->warning(__tr2qs("Destination parameter is not an object"));
+ c->warning(__tr2qs("Destination parameter is not an object"));
return true;
}
diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp
index af33d636b..11db54be2 100644
--- a/src/modules/objects/libkviobjects.cpp
+++ b/src/modules/objects/libkviobjects.cpp
@@ -739,7 +739,7 @@ static bool objects_kvs_cmd_blend(KviKvsModuleCommandCall * c)
obDest=KviKvsKernel::instance()->objectController()->lookupObject(hDest);
if (!obFor || !obBck || !obDest)
{
- c->warning(__tr2qs("One o more of background, foreground or destination aren't objects"));
+ c->warning(__tr2qs("One or more of background, foreground or destination aren't objects"));
return true;
}