From 92737a54d9f2884860c6bf8b489b5749374e5b55 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Sat, 4 Dec 2010 12:18:15 +0000 Subject: [PATCH] Proof-reading, changing one string slightly. Avoid contractions, in this case "you'll". See the HIG for more details: http://techbase.kde.org/Projects/Usability/HIG/Contractions (I also changed 'have to try' to 'have to try it', to make it clearer what it was that needed to be tried. Though, I have to admit, even I would not have changed the string for that alone... ;). ) CCMAIL: kde-i18n-doc@kde.org svn path=/trunk/KDE/kdebase/workspace/; revision=1203508 --- kcmkwin/kwincompositing/main.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwincompositing/main.ui b/kcmkwin/kwincompositing/main.ui index 5bb71f5dd5..bd94dd7e54 100644 --- a/kcmkwin/kwincompositing/main.ui +++ b/kcmkwin/kwincompositing/main.ui @@ -447,7 +447,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Smooth:</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">XRenderSetPictureFilter(&quot;good&quot;) </span>- linear blending.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fast enough on newer nvidia GPUs and maybe others but also can be <span style=" text-decoration: underline;">very</span> slow, you'll have to try.</p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fast enough on newer nvidia GPUs and maybe others but also can be <span style=" text-decoration: underline;">very</span> slow, you will have to try it.</p></body></html> 0