Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html

Issue 1703703002: MD Settings: Manage search engines, localizing/adding strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_ui1
Patch Set: Update string based on Alan's latest response. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
index 7229474d2f36ea3e2cbc869f4440675cc9cb0197..05e8bec7b7714c6703a1bdc6588feabf507de705 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
@@ -20,16 +20,16 @@
<div class="body">
<div class="explanation">
<paper-input always-float-label id="searchEngine"
- i18n-values="label:searchEnginesSearchEngineLabel"
+ i18n-values="label:searchEnginesSearchEngine;error-message:searchEnginesNotValid"
value="{{searchEngine_}}" on-focus="validate_"
on-input="validate_">
</paper-input>
<paper-input always-float-label id="keyword"
- i18n-values="label:searchEnginesKeywordLabel"
+ i18n-values="label:searchEnginesKeyword;error-message:searchEnginesNotValid"
value="{{keyword_}}" on-focus="validate_" on-input="validate_">
</paper-input>
<paper-input always-float-label id="queryUrl"
- i18n-values="label:searchEnginesQueryURLLabel"
+ i18n-values="label:searchEnginesQueryURLExplanation;error-message:searchEnginesNotValid"
value="{{queryUrl_}}" on-focus="validate_" on-input="validate_">
</paper-input>
</div>

Powered by Google App Engine
This is Rietveld 408576698