From 389e1564ffbb3a195859d6d8bd394bd8b28383a7 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 23 Apr 2009 09:29:14 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20the=20test=20orange=20from=20bug=20394759?= =?UTF-8?q?.=20=20Thanks=20to=20D=C3=A3o=20for=20pointing=20to=20the=20rig?= =?UTF-8?q?ht=20code=20to=20change.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/base/content/browser-places.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/base/content/browser-places.js b/browser/base/content/browser-places.js index b1932d6314c0..58761cc6a5f3 100644 --- a/browser/base/content/browser-places.js +++ b/browser/base/content/browser-places.js @@ -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;