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

Unified Diff: chrome/app/generated_resources.grd

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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4751a141390ab201e0ba77bd8f289ae4ad4cefe7..83a62a73ad098c4ff2f8db7cef57f1e8f1211e40 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10020,15 +10020,18 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_FIRSTRUN_TAKE_TOUR" desc="Button or link to begin a product tour of Chrome">
Take a tour
</message>
- <message name="IDS_FIRSTRUN_SIGNED_IN" desc="Message informing the user that they are now signed in and sync is turned on.">
- You are now signed in to Chrome. Your open tabs, bookmarks, omnibox data, and more are being synced with your Google Account.
- </message>
<message name="IDS_FIRSTRUN_SETTINGS_LINK" desc="Link to take user to Chrome's settings menu.">
Settings
</message>
<message name="IDS_FIRSTRUN_TOS_EXPLANATION" desc="Message explaining that use of Chrome is governed by Chrome's terms of service.">
Your use of Chrome is subject to the Chrome <ph name="BEGIN_LINK1">&lt;a href="$1"&gt;</ph>Terms of Service<ph name="END_LINK1">&lt;/a&gt;</ph> and <ph name="BEGIN_LINK2">&lt;a href="$2"&gt;</ph>Privacy Notice<ph name="END_LINK2">&lt;/a&gt;</ph>.
</message>
+ <message name="IDS_FIRSTRUN_SIGNED_IN_PART_1" desc="Message informing the user that they are now signed in." formatter_data="android_java">
Dan Beam 2013/04/16 01:46:37 IDS_FIRSTRUN_SIGNED_IN_TITLE
gone 2013/04/16 18:29:19 Done.
+ You're now signed in to Chrome.
+ </message>
+ <message name="IDS_FIRSTRUN_SIGNED_IN_PART_2" desc="Message informing the user what is being synced." formatter_data="android_java">
Dan Beam 2013/04/16 01:46:37 IDS_FIRSTRUN_SIGNED_IN_DESC (or something like thi
gone 2013/04/16 18:29:19 Done.
+ Your open tabs, bookmarks, history, and more are being synced with your Google Account.
+ </message>
</if>
<!-- First run bubble popup -->

Powered by Google App Engine
This is Rietveld 408576698