Bug 1330001 - Unremove emeNotifications.drmContentDisabled.message. r?dao draft
authorChris Pearce <cpearce@mozilla.com>
Mon, 01 May 2017 11:50:05 +1200
changeset 570801 1f4b968b6f23c47709058778b49ca14a975e25e0
parent 570798 4594c4cc90a9bc8bf880b697e606e25848fe8f8f
child 626571 ea3047a2ec6d05d565bbea581d8d80cf49b4ff75
push id56579
push userbmo:cpearce@mozilla.com
push dateSun, 30 Apr 2017 23:54:36 +0000
reviewersdao
bugs1330001
milestone55.0a1
Bug 1330001 - Unremove emeNotifications.drmContentDisabled.message. r?dao This string was (accidentally I presume) removed in bug 1330001, but it's needed for the "enable DRM" prompt that we show if we visit Netflix or another site that uses EME and EME is disabled. Without this, users on Linux (where we ship EME disabled by default) will never be prompted to turn on EME, and so Netflix will likely just fail with no obvious way to make it work! MozReview-Commit-ID: 9CoEQxb8Bir
browser/locales/en-US/chrome/browser/browser.properties
--- a/browser/locales/en-US/chrome/browser/browser.properties
+++ b/browser/locales/en-US/chrome/browser/browser.properties
@@ -726,16 +726,18 @@ getUserMedia.sharingMenuAudioCaptureBrow
 # origin for the sharing menu if no readable origin could be deduced from the URL.
 getUserMedia.sharingMenuUnknownHost = Unknown origin
 
 # LOCALIZATION NOTE(emeNotifications.drmContentPlaying.message2): %S is brandShortName.
 emeNotifications.drmContentPlaying.message2 = Some audio or video on this site uses DRM software, which may limit what %S can let you do with it.
 emeNotifications.drmContentPlaying.button.label = Configureā€¦
 emeNotifications.drmContentPlaying.button.accesskey = C
 
+# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link
+emeNotifications.drmContentDisabled.message = You must enable DRM to play some audio or video on this page. %S
 emeNotifications.drmContentDisabled.button.label = Enable DRM
 emeNotifications.drmContentDisabled.button.accesskey = E
 # LOCALIZATION NOTE(emeNotifications.drmContentDisabled.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string.
 emeNotifications.drmContentDisabled.learnMoreLabel = Learn More
 
 # LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName
 emeNotifications.drmContentCDMInstalling.message = %S is installing components needed to play the audio or video on this page. Please try again later.