mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Fix the test orange from bug 394759. Thanks to Dão for pointing to the right code to change.
This commit is contained in:
parent
f5e1d295a7
commit
389e1564ff
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user