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();