From bdbed88498b96fcaa70fdbf8a5df43a9b68ce974 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 25 Sep 2007 00:37:50 +0000 Subject: [PATCH] 'Panel' -> 'Tab' (51091) r=mcafee git-svn-id: svn://10.0.0.236/trunk@236600 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/sidebar/nsSidebar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/suite/common/sidebar/nsSidebar.js b/mozilla/suite/common/sidebar/nsSidebar.js index 5be6da58106..85fb97c7f7a 100644 --- a/mozilla/suite/common/sidebar/nsSidebar.js +++ b/mozilla/suite/common/sidebar/nsSidebar.js @@ -155,8 +155,8 @@ function (aTitle, aContentURL, aCustomizeURL) } } catch (e) { - titleMessage = "Add Panel to My Sidebar"; - dialogMessage = "Add the panel'" + aTitle + "' to My Sidebar?\n\n" + "Source: " + aContentURL; + titleMessage = "Add Tab to My Sidebar"; + dialogMessage = "Add the Tab '" + aTitle + "' to My Sidebar?\n\n" + "Source: " + aContentURL; } var cDlgService = Components.classes["component://netscape/appshell/commonDialogs"].getService();