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:
parent
25125f8982
commit
2e3fa0acd3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue