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

Unified Diff: chrome/browser/resources/about_welcome_android/about_welcome_android.html

Issue 13918004: Change first run strings from "omnibox data" -> "history" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming strings Created 7 years, 8 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/welcome_ui_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_welcome_android/about_welcome_android.html
diff --git a/chrome/browser/resources/about_welcome_android/about_welcome_android.html b/chrome/browser/resources/about_welcome_android/about_welcome_android.html
index 0dfeb18ec5f28c3ad0fbda54606a74819c0e087b..40bb8d9921d282bd358ccae3e69270b4b177da49 100644
--- a/chrome/browser/resources/about_welcome_android/about_welcome_android.html
+++ b/chrome/browser/resources/about_welcome_android/about_welcome_android.html
@@ -18,7 +18,8 @@
</a>
<div class="spacing"></div>
<div id="footer">
- <span i18n-content="firstRunSignedIn"></span>
+ <span i18n-content="firstRunSignedInTitle"></span>
+ <span i18n-content="firstRunSignedInDescription"></span>
<a id="settings" href="#settings" i18n-content="settings"></a>
</div>
<script src="chrome://welcome/strings.js"></script>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/welcome_ui_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698