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

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

Issue 7837014: [Sync] Change strings to reflect sessions -> open tabs naming convention change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index 3da2b6e6a982f7576f6152c883cdbb5ed436767e..3421061d736fe0b999488b5a2151ce66f3c26d20 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -303,8 +303,8 @@
<div id="sessions-item" class="sync-item-show">
<input id="sessions-checkbox" type="checkbox"
name="dataTypeCheckbox">
- <label for="sessions-checkbox" i18n-content="foreignSessions"
- il8n-values="title:sessions" name="dataTypeLabel"></label>
+ <label for="sessions-checkbox" i18n-content="openTabs"
+ il8n-values="title:tabs" name="dataTypeLabel"></label>
</div>
<div id="search-engines-item" class="sync-item-show">
<input id="search-engines-checkbox" type="checkbox"

Powered by Google App Engine
This is Rietveld 408576698