diff --git a/Userland/Applications/CertificateSettings/CertificateStoreWidget.gml b/Userland/Applications/CertificateSettings/CertificateStoreWidget.gml index d8bac71955..bdb6e09497 100644 --- a/Userland/Applications/CertificateSettings/CertificateStoreWidget.gml +++ b/Userland/Applications/CertificateSettings/CertificateStoreWidget.gml @@ -24,13 +24,13 @@ @GUI::Button { name: "import_button" - text: "Import" + text: "Import..." fixed_width: 80 } @GUI::Button { name: "export_button" - text: "Export" + text: "Export..." fixed_width: 80 enabled: false }