Bug 587929 - Some typos found in PageActions and Forget Password [r=mbrubeck]

This commit is contained in:
Mark Finkle 2010-08-17 00:20:44 -04:00
parent 08236da515
commit 205d692f1c
2 changed files with 2 additions and 2 deletions

View File

@ -1088,7 +1088,7 @@ var PageActions = {
lm.findLogins({}, host.prePath, "", null).forEach(function(login) {
if (login.hostname == host.prePath)
lm.removeLogin(siteLogins[i]);
lm.removeLogin(login);
});
},

View File

@ -333,7 +333,7 @@
<pageaction id="pageaction-share" title="&pageactions.share.page;"
onclick="SharingUI.show(getBrowser().currentURI.spec, getBrowser().contentTitle);"/>
<pageaction id="pageaction-password" title="&pageactions.password.forget;"
onclick="PageActions.forgetPassword(); PageAction.hideItem(this);"/>
onclick="PageActions.forgetPassword(); PageActions.hideItem(this);"/>
<pageaction id="pageaction-reset" title="&pageactions.reset;"
onclick="PageActions.clearPagePermissions(); PageActions.hideItem(this);"/>
<pageaction id="pageaction-search" title="&pageactions.search.addNew;"/>