diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2018-04-26 01:53:49 -0400 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2018-04-26 01:53:49 -0400 |
commit | f506d6fcaad26464b75338630a7d3a0078029eba (patch) | |
tree | 24e06ff08bb21ebc1074c74f4bd3acad8227b5fc /toolkit/components/passwordmgr/content/passwordManager.xul | |
parent | 4411befc8ed3819b1fa3bbe5954e19a537155499 (diff) | |
download | UXP-f506d6fcaad26464b75338630a7d3a0078029eba.tar UXP-f506d6fcaad26464b75338630a7d3a0078029eba.tar.gz UXP-f506d6fcaad26464b75338630a7d3a0078029eba.tar.lz UXP-f506d6fcaad26464b75338630a7d3a0078029eba.tar.xz UXP-f506d6fcaad26464b75338630a7d3a0078029eba.zip |
[Toolkit] Change button labels in password manager
Diffstat (limited to 'toolkit/components/passwordmgr/content/passwordManager.xul')
-rw-r--r-- | toolkit/components/passwordmgr/content/passwordManager.xul | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/components/passwordmgr/content/passwordManager.xul b/toolkit/components/passwordmgr/content/passwordManager.xul index d248283b6..364ad6e18 100644 --- a/toolkit/components/passwordmgr/content/passwordManager.xul +++ b/toolkit/components/passwordmgr/content/passwordManager.xul @@ -110,7 +110,6 @@ label="&remove.label;" accesskey="&remove.accesskey;" oncommand="DeleteSignon();"/> <button id="removeAllSignons" icon="clear" - label="&removeall.label;" accesskey="&removeall.accesskey;" oncommand="DeleteAllSignons();"/> <spacer flex="1"/> #if defined(MOZ_BUILD_APP_IS_BROWSER) && defined(XP_WIN) |