diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2018-04-26 01:49:13 -0400 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2018-04-26 01:49:13 -0400 |
commit | 4411befc8ed3819b1fa3bbe5954e19a537155499 (patch) | |
tree | 34c628aac414c9fe5ad20dd5a01e7550111df7a6 /browser/components/preferences/cookies.xul | |
parent | eca7e648bfc7d3b9b4bdd88561af6bca4a677cef (diff) | |
download | UXP-4411befc8ed3819b1fa3bbe5954e19a537155499.tar UXP-4411befc8ed3819b1fa3bbe5954e19a537155499.tar.gz UXP-4411befc8ed3819b1fa3bbe5954e19a537155499.tar.lz UXP-4411befc8ed3819b1fa3bbe5954e19a537155499.tar.xz UXP-4411befc8ed3819b1fa3bbe5954e19a537155499.zip |
[Basilisk] Change button labels in cookies dialog
Diffstat (limited to 'browser/components/preferences/cookies.xul')
-rw-r--r-- | browser/components/preferences/cookies.xul | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/browser/components/preferences/cookies.xul b/browser/components/preferences/cookies.xul index cda6ea220..bd60d9346 100644 --- a/browser/components/preferences/cookies.xul +++ b/browser/components/preferences/cookies.xul @@ -96,10 +96,8 @@ <hbox align="end"> <hbox class="actionButtons" flex="1"> <button id="removeSelectedCookies" disabled="true" icon="clear" - accesskey="&button.removeSelectedCookies.accesskey;" oncommand="gCookiesWindow.deleteCookie();"/> <button id="removeAllCookies" disabled="true" icon="clear" - label="&button.removeAllCookies.label;" accesskey="&button.removeAllCookies.accesskey;" oncommand="gCookiesWindow.deleteAllCookies();"/> <spacer flex="1"/> #ifndef XP_MACOSX |