Fix the test orange from bug 394759. Thanks to Dão for pointing to the right code to change.

This commit is contained in:
Boris Zbarsky 2009-04-23 09:29:14 -04:00
parent f5e1d295a7
commit 389e1564ff

View File

@ -208,7 +208,6 @@ var StarUI = {
// multiple times.
var bookmarks = PlacesUtils.getBookmarksForURI(gBrowser.currentURI);
var forms = bundle.getString("editBookmark.removeBookmarks.label");
Cu.import("resource://gre/modules/PluralForm.jsm");
var label = PluralForm.get(bookmarks.length, forms).replace("#1", bookmarks.length);
this._element("editBookmarkPanelRemoveButton").label = label;