kwin/blur: Fix a typo in the config dialog

Substituting "save" with "safe" completely changed the meaning of
the sentence.
This commit is contained in:
Fredrik Höglund 2013-06-10 18:55:40 +02:00
parent 25125f8982
commit 2e3fa0acd3

View file

@ -80,7 +80,7 @@
<string extracomment="Enables an internal texture cache which saves the background of the blurred area. This results in less repaints and in a slightly higher memory usage."/>
</property>
<property name="text">
<string>Safe intermediate rendering results.</string>
<string>Save intermediate rendering results.</string>
</property>
</widget>
</item>