diff --git a/scene_opengl.cpp b/scene_opengl.cpp
index eba3e9b8c3..8e1a0d51d1 100644
--- a/scene_opengl.cpp
+++ b/scene_opengl.cpp
@@ -407,7 +407,7 @@ bool SceneOpenGL::viewportLimitsMatched(const QSize &size) const {
const QString message = i18n("
OpenGL desktop effects not possible
"
"Your system cannot perform OpenGL Desktop Effects at the "
"current resolution
"
- "You can try to select the XRender backend , but it "
+ "You can try to select the XRender backend, but it "
"might be very slow for this resolution as well.
"
"Alternatively, lower the combined resolution of all screens "
"to %1x%2 ", limit[0], limit[1]);
@@ -415,7 +415,7 @@ bool SceneOpenGL::viewportLimitsMatched(const QSize &size) const {
"limitation of your GPU and is therefore not compatible "
"with the OpenGL compositor.
"
"XRender does not know such limitation, but the performance "
- "will usually be impacted by the hardware limitations that"
+ "will usually be impacted by the hardware limitations that "
"restrict the OpenGL viewport size.");
const int oldTimeout = QDBusConnection::sessionBus().interface()->timeout();
QDBusConnection::sessionBus().interface()->setTimeout(500);