Localize the title string for transient sidebar bookmarks loaded via _search.

This commit is contained in:
hyatt%mozilla.org 2003-08-09 06:51:13 +00:00
Родитель d1bb9d5084
Коммит 13375081f4
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -3899,7 +3899,7 @@ function asyncOpenWebPanel(event)
else if (target == "_search") {
// Used in WinIE as a way of transiently loading pages in a sidebar. We
// mimic that WinIE functionality here and also load the page transiently.
openWebPanel("Search Companion", linkNode.href);
openWebPanel(gNavigatorBundle.getString("webPanels"), linkNode.href);
event.preventDefault();
return false;
}

Просмотреть файл

@ -67,3 +67,6 @@ filesFolder=%S_files
saveLinkErrorMsg=The link could not be saved. The web page might have been removed or had its name changed.
saveLinkErrorTitle=Save Link
addEngines=Add engines...
# Default name for the Web Panels sidebar
webPanels=Web Panels