]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/DomainSettingsDialog.ui
Implement file downloads.
[PrivacyBrowserPC.git] / src / uis / DomainSettingsDialog.ui
index 19728482d920f7b7ef45fcbde193099a9c5586ba..d7eac8e1d0fa2cd6f240f567e6cba41be174cdbd 100644 (file)
@@ -90,7 +90,7 @@
                             <layout class="QFormLayout">
                                 <!-- Domain name. -->
                                 <item row="0" column="0">
-                                    <widget class="QLabel" name="domainNameLabel">
+                                    <widget class="QLabel">
                                         <property name="text">
                                             <string>Domain name</string>
                                         </property>
                                     </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>