diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-20 11:01:30 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:47:23 +0200 |
commit | 28f0155307b8182653e31c1dd969828bbb0249f0 (patch) | |
tree | c06d36755c1567a4bfe36164617eb09862d25dc6 /toolkit/locales/en-US | |
parent | 11ede8724228309bf0e7d99097159d461e7d9693 (diff) | |
download | UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.gz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.lz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.xz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.zip |
Issue #1383 - Remove "Copy raw data to clipboard" button
This resolves #1383
Diffstat (limited to 'toolkit/locales/en-US')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutSupport.dtd | 1 | ||||
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutSupport.properties | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd index 34db4e4c4..02eb34664 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd @@ -106,7 +106,6 @@ variant of aboutSupport.showDir.label. --> <!ENTITY aboutSupport.updateHistoryTitle "Update History"> <!ENTITY aboutSupport.copyTextToClipboard.label "Copy text to clipboard"> -<!ENTITY aboutSupport.copyRawDataToClipboard.label "Copy raw data to clipboard"> <!ENTITY aboutSupport.safeModeTitle "Try Safe Mode"> <!ENTITY aboutSupport.restartInSafeMode.label "Restart in Safe Modeā¦"> diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.properties b/toolkit/locales/en-US/chrome/global/aboutSupport.properties index e780bfb67..46e445f66 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.properties +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.properties @@ -33,10 +33,6 @@ pendingReports=All Crash Reports (including #1 pending crash in the given time r # "GPU Accelerated Windows: 0/2" acceleratedWindows = GPU Accelerated Windows -# LOCALIZATION NOTE (rawDataCopied) Text displayed in a mobile "Toast" to user when the -# raw data is successfully copied to the clipboard via button press. -rawDataCopied=Raw data copied to clipboard - # LOCALIZATION NOTE (textCopied) Text displayed in a mobile "Toast" to user when the # text is successfully copied to the clipboard via button press. textCopied=Text copied to clipboard |