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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2075023002: UI Changes to support clearing EME/CDM data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes Created 4 years, 6 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 bc0380532c58ad283aa8e26d6e19d456bbad36a5..db7ce2d7a95bc3c47d372889cba34560b6e71b63 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7720,8 +7720,8 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_DEL_HOSTED_APPS_DATA_CHKBOX" desc="Checkbox for deleting data of hosted apps">
Hosted app data
</message>
- <message name="IDS_DEAUTHORIZE_CONTENT_LICENSES_CHKBOX" desc="Checkbox for deauthorizing content licenses (DRM videos, etc.)">
- Content licenses
+ <message name="IDS_DEL_MEDIA_LICENSES_CHKBOX" desc="Checkbox for deleting media licenses (premium content, etc.)">
+ Media licenses
</message>
<message name="IDS_CLEAR_BROWSING_DATA_COMMIT" desc="Title for OK button on dialog">
Clear browsing data
@@ -7841,9 +7841,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_DEL_COOKIES_COUNTER" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that deleting cookies and site data will result in the user being signed out of most websites.">
This will sign you out of most websites.
</message>
- <message name="IDS_DEL_CONTENT_LICENSES_COUNTER" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that the 'Content licenses' option will deauthorize their Flash Player licenses for protected content.">
- This will deauthorize Flash Player licenses for protected content.
- </message>
<message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many items of downloads history the user has.">
{COUNT, plural,
=0 {none}
@@ -7862,6 +7859,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
=1 {and 1 more}
other {and # more}}
</message>
+ <message name="IDS_DEL_MEDIA_LICENSES_GENERAL_COMMENT" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that clearing media licenses will result in the user being unable to play some premium content">
msramek 2016/06/27 14:27:33 We have only recently got the new strings for the
jrummell 2016/06/28 01:16:47 Added you to the email thread with the UI people.
+ You may lose access to premium content from some sites.
msramek 2016/06/27 14:27:33 This is displayed when the counter value is 0. Is
jrummell 2016/06/28 01:16:47 Correct. It appears that it would be possible to g
+ </message>
+ <message name="IDS_DEL_MEDIA_LICENSES_SITE_COMMENT" desc="A message shown in the Clear Browsing Data dialog explaining to the user that clearing media licenses will result in the user being unable to play some premium content from at least one specific web site">
+ You may lose access to premium content from <ph name="SITE">$1<ex>youtube.com</ex></ph> and some other sites.
msramek 2016/06/27 14:27:32 Wouldn't it make sense to also show the number of
jrummell 2016/06/28 01:16:47 I think that this would require changes to get the
msramek 2016/06/28 09:07:50 I see. As a future improvement, I liked the idea f
+ </message>
<!-- Supervised User (Legacy and Accounts for Kids) Avatar Menu -->
<message name="IDS_LEGACY_SUPERVISED_USER_INFO" desc="Text which explains that a supervised user is managed by a custodian.">
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | chrome/browser/browsing_data/browsing_data_counter_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698