'Panel' -> 'Tab' (51091) r=mcafee

git-svn-id: svn://10.0.0.236/trunk@236600 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
2007-09-25 00:37:50 +00:00
parent beb654332b
commit bdbed88498

View File

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