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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1414453016: Data use UI fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plateIntentSource
Patch Set: Created 5 years, 1 month 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/android/java/src/org/chromium/chrome/browser/snackbar/DataUseSnackbarController.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 86e226e4126c0e14fa439f7580fccb4053073439..9348b5cd081df72c114cbedfa2a793012345d97a 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -778,9 +778,9 @@ To obtain new licenses, connect to the internet and play your downloaded content
<!-- Data Use -->
<message name="IDS_DATA_USE_TRACKING_STARTED_SNACKBAR_MESSAGE" desc="Message shown when data use tracking starts.">
- Data use is being tracked
+ Data use is being tracked
</message>
- <message name="IDS_DATA_USE_TRACKING_STARTED_SNACKBAR_ACTION" desc="Button to learn more when data use tracking starts.">
+ <message name="IDS_DATA_USE_TRACKING_SNACKBAR_ACTION" desc="Button to learn more when data use tracking starts or ends.">
More
</message>
<message name="IDS_DATA_USE_TRACKING_ENDED_TITLE" desc="Message shown when data use tracking has ended. Used by both the snackbar and dialog.">
@@ -790,11 +790,17 @@ To obtain new licenses, connect to the internet and play your downloaded content
Your data use will no longer be measured.
</message>
<message name="IDS_DATA_USE_TRACKING_ENDED_CHECKBOX_MESSAGE" desc="Message shown to opt out of seeing dialogs when data use tracking has ended.">
- Don’t ask me again
+ Don’t show this again
</message>
<message name="IDS_DATA_USE_TRACKING_ENDED_CONTINUE" desc="Continue button for the dialog shown when data use tracking has ended. When clicked, the page resumes loading.">
Continue
</message>
+ <message name="IDS_DATA_USE_LEARN_MORE_TITLE" desc="Title for the 'Learn more' link in the the dialog shown when data use tracking has ended">
+ <!-- Intentionally empty. This is overridden downstream. -->
newt (away) 2015/11/09 23:13:42 I'd suggesting adding a placeholder value, e.g. "L
megjablon 2015/11/09 23:18:06 Done.
+ </message>
+ <message name="IDS_DATA_USE_LEARN_MORE_LINK_URL" desc="URL for the 'Learn more' link in the the dialog shown when data use tracking has ended">
+ <!-- Intentionally empty. This is overridden downstream. -->
+ </message>
<!-- About Chrome preferences -->
<message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome page. [CHAR-LIMIT=32]">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/DataUseSnackbarController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698