summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authormeacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 21:34:57 +0000
committermeacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 21:34:57 +0000
commit226d79ad99a3fba983b13b627df0c61d36a2dfa8 (patch)
treedcd27902cb39ebc80e900c9393fe1d032175f279 /chrome/app/generated_resources.grd
parent00c82c9d4fb0471ec31d9520bd52053c613a8732 (diff)
downloadchromium_src-226d79ad99a3fba983b13b627df0c61d36a2dfa8.zip
chromium_src-226d79ad99a3fba983b13b627df0c61d36a2dfa8.tar.gz
chromium_src-226d79ad99a3fba983b13b627df0c61d36a2dfa8.tar.bz2
Show triggering extension's info in chrome.management.uninstall UI.
BUG=178319 TEST=Manual Review URL: https://codereview.chromium.org/139843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8ac342f..210f4a5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4184,6 +4184,9 @@ Make sure you do not expose any sensitive information.
<message name="IDS_EXTENSION_UNINSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension or app uninstallation prompt. Asks the user if they want to uninstall a particular extension or app.">
Remove "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
</message>
+ <message name="IDS_EXTENSION_PROGRAMMATIC_UNINSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension or app uninstallation prompt when the uninstallation is programmatically triggered by another extension. Asks the user if they want to uninstall a particular extension or app.">
+ "<ph name="TRIGGERING_EXTENSION_NAME">$1<ex>Extension Manager</ex></ph>" would like to remove "<ph name="EXTENSION_NAME">$2<ex>Gmail Checker</ex></ph>".
+ </message>
<message name="IDS_EXTENSION_RE_ENABLE_PROMPT_HEADING" desc="First bold line in the content area of the extension or app installation prompt. Asks the user if they want to re-enable a particular extension or app.">
The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been disabled because it requires more permissions.
</message>