Bug 1365259 - Update the result not found message. r=mconley

MozReview-Commit-ID: 3vmUP0GVbgy

--HG--
extra : rebase_source : f8fb8a2bdca49e029b632ab9129c9af0d8edbaab
This commit is contained in:
Evan Tseng 2017-05-17 18:36:54 +08:00
parent 318136aacc
commit deefcfad44
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ var gSearchResultsPane = {
let strings = this.strings;
document.getElementById("sorry-message").textContent =
strings.getFormattedString("searchResults.sorryMessage", [query]);
strings.getFormattedString("searchResults.sorryMessage2", [query]);
let brandName = document.getElementById("bundleBrand").getString("brandShortName");
document.getElementById("need-help").innerHTML =
strings.getFormattedString("searchResults.needHelp", [brandName]);

View File

@ -257,7 +257,7 @@ removeContainerButton2=Dont remove this Container
# Search Results Pane
# LOCALIZATION NOTE %S will be replaced by the word being searched
searchResults.sorryMessage=Sorry! No results were found for “%S”
searchResults.sorryMessage2=Sorry! There are no results in Preferences for “%S”.
# LOCALIZATION NOTE %S gets replaced with the browser name
searchResults.needHelp=Need help? Visit <html:a id="need-help-link">%S Support</html:a>