]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/CookiesDialog.ui
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / uis / CookiesDialog.ui
index d182c03e28a3622e27c4d0662638f4c932d933f9..c5436b184fa9cdf88ec8ad0d48bbf0f3f24e13d8 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
 <ui version="4.0">
     <class>CookiesDialog</class>
 
-
     <widget class="QWidget">
         <property name="geometry">
             <rect>
@@ -45,7 +44,7 @@
                     <item>
                         <widget class="QPushButton" name="addCookieButton">
                             <property name="text">
-                                <string>&amp;Add cookie</string>
+                                <string>Add cookie</string>
                             </property>
 
                             <property name="icon">
                     <item>
                         <widget class="QPushButton" name="editCookieButton">
                             <property name="text">
-                                <string>&amp;Edit cookie</string>
+                                <string>Edit cookie</string>
                             </property>
 
                             <property name="icon">
-                                <iconset theme="edit-entry" />
+                                <iconset theme="document-edit" />
                             </property>
                         </widget>
                     </item>
@@ -71,7 +70,7 @@
                     <item>
                         <widget class="QPushButton" name="deleteCookieButton">
                             <property name="text">
-                                <string>&amp;Delete cookie</string>
+                                <string>Delete cookie</string>
                             </property>
 
                             <property name="icon">
                     <item>
                         <widget class="QPushButton" name="deleteAllCookiesButton">
                             <property name="text">
-                                <string>Delete &amp;all</string>
+                                <string>Delete all</string>
                             </property>
 
                             <property name="icon">
-                                <iconset theme="delete" />
+                                <iconset theme="edit-delete" />
                             </property>
                         </widget>
                     </item>