1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
This commit is contained in:
Jonathan Hooverman 2012-01-29 15:09:27 +01:00
parent f9873c28df
commit 407b566f67

View File

@ -1068,14 +1068,14 @@
<item row="3" column="0" colspan="3">
<widget class="QCheckBox" name="html5storage">
<property name="text">
<string>Allow HTML5 local storage</string>
<string>Allow local storage of HTML5 content</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="deleteHtml5storageOnClose">
<property name="text">
<string>Delete local storage on close</string>
<string>Delete locally stored HTML5 content on close</string>
</property>
</widget>
</item>