Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath

This commit is contained in:
Patrick Walton 2010-07-26 16:14:32 -03:00
Родитель d0448c5793
Коммит c55055d35c
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1807,6 +1807,7 @@ HeadsUpDisplay.prototype = {
this.filterBox = this.makeXULNode("textbox");
this.filterBox.setAttribute("class", "hud-filter-box");
this.filterBox.setAttribute("hudId", this.hudId);
this.filterBox.setAttribute("placeholder", this.getStr("stringFilter"));
this.filterClearButton = this.makeXULNode("button");
this.filterClearButton.setAttribute("class", "hud-filter-clear");

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

@ -33,4 +33,5 @@ tipGlobal=Toggle Global Message logging
localConsole=Local Console
btnClear=Clear Console
tipClear=Clear the console output
stringFilter=Filter
stringFilterClear=Clear Filter