1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Fixed string HTML5 web storage

This commit is contained in:
Jonathan Hooverman 2012-01-29 15:31:43 +01:00
parent 407b566f67
commit 61988aee03

View File

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