From cb345dfbd77697f1e4fee3c111dc5a48b8b18ff3 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 24 Jan 2013 07:32:54 +0200 Subject: [PATCH] Fix spacing --- scene_opengl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);