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

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: 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
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..3d9223262e3f742247c98a7379d9b84e1b39f40f 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="firstRunSignedInPart1"></span>
+ <span i18n-content="firstRunSignedInPart2"></span>
Dan Beam 2013/04/15 22:58:36 er, what's the point of this? text wrapping?
<a id="settings" href="#settings" i18n-content="settings"></a>
</div>
<script src="chrome://welcome/strings.js"></script>

Powered by Google App Engine
This is Rietveld 408576698