mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fixes
This commit is contained in:
parent
f9873c28df
commit
407b566f67
|
@ -1068,14 +1068,14 @@
|
||||||
<item row="3" column="0" colspan="3">
|
<item row="3" column="0" colspan="3">
|
||||||
<widget class="QCheckBox" name="html5storage">
|
<widget class="QCheckBox" name="html5storage">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow HTML5 local storage</string>
|
<string>Allow local storage of HTML5 content</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item row="4" column="1">
|
||||||
<widget class="QCheckBox" name="deleteHtml5storageOnClose">
|
<widget class="QCheckBox" name="deleteHtml5storageOnClose">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Delete local storage on close</string>
|
<string>Delete locally stored HTML5 content on close</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user