Bug 1193375 - In-content search: Set search inputbox placeholder received from ContentSearch.jsm. r=adw

This commit is contained in:
Nihanth Subramanya 2015-08-28 02:48:13 +05:30
parent d31a87f134
commit eca7c88fed

View File

@ -602,6 +602,7 @@ ContentSearchUIController.prototype = {
this._updateSearchWithHeader();
document.getElementById("contentSearchSettingsButton").textContent =
this._strings.searchSettings;
this.input.setAttribute("placeholder", this._strings.searchPlaceholder);
},
_updateDefaultEngineHeader: function () {