Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 4b815f8e1d06f1b5bcb6dd4a5b89237642599d4e..bb9df7cb851597128df157876c2c4b4bb7280bdb 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -3891,6 +3891,12 @@ Data associated with this app will be removed from this device. |
| <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission string for access to clipboard."> |
| Read data you copy and paste |
| </message> |
| + <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD_READWRITE" desc="Permission string for acess to clipboard for read and write permission."> |
|
Devlin
2016/12/29 16:53:17
typo: access
jennyz
2016/12/29 20:20:03
Done.
|
| + Access your clipboard |
|
Devlin
2016/12/29 16:53:17
Was this the string given by ui? It seems very te
jennyz
2016/12/29 20:20:03
This is the string given by PM and UI designer. Ch
|
| + </message> |
| + <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD_WRITE" desc="Permission string for acess to clipboard for write permission."> |
| + Copy data to your clipboard |
| + </message> |
| <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission string for access to debugger."> |
| Access the page debugger backend |
| </message> |