]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/DomainSettingsDialog.ui
Add local storage domain settings.
[PrivacyBrowserPC.git] / src / uis / DomainSettingsDialog.ui
index 19728482d920f7b7ef45fcbde193099a9c5586ba..9cf73247d81a440e49663e7b827bb063556fbdff 100644 (file)
                                     </widget>
                                 </item>
 
-                                <!-- Cookies storage. -->
+                                <!-- Local storage. -->
                                 <item row="3" column="0">
                                     <widget class="QLabel">
                                         <property name="text">
-                                            <string>Cookies</string>
+                                            <string>Local storage</string>
                                         </property>
 
                                         <property name="toolTip">
                                 </item>
 
                                 <item row="3" column="1">
-                                    <widget class="QComboBox" name="cookiesComboBox">
+                                    <widget class="QComboBox" name="localStorageComboBox">
                                         <item>
                                             <property name="text">
                                                 <string>System default</string>
 
                                         <item>
                                             <property name="text">
-                                                <string>Cookies enabled</string>
+                                                <string>Local storage disabled</string>
                                             </property>
                                         </item>
 
                                         <item>
                                             <property name="text">
-                                                <string>Cookies disabled</string>
+                                                <string>Local storage enabled</string>
                                             </property>
                                         </item>
                                     </widget>
                                 </item>
 
                                 <item row="4" column="1">
-                                    <widget class="QLabel" name="cookiesLabel">
+                                    <widget class="QLabel" name="localStorageLabel">
                                         <property name="textFormat">
                                             <enum>Qt::RichText</enum>
                                         </property>
                                         </property>
 
                                         <property name="toolTip">
-                                            <string>Set the zoom factor between 0.25 and 5.00.</string>
+                                            <string>Valid values for the zoom factor are between 0.25 and 5.00.</string>
                                         </property>
                                     </widget>
                                 </item>