diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 01:34:02 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 01:34:02 +0000 |
commit | 7b8bf02dcc2ffdd92256fdd9728ece2b82d13984 (patch) | |
tree | 6f328bff4d894bbf72986a846c135d9dced1ee47 /chrome/app/generated_resources.grd | |
parent | 7c584c7eae7b2b5fc14fea447cf165361c50bcbb (diff) | |
download | chromium_src-7b8bf02dcc2ffdd92256fdd9728ece2b82d13984.zip chromium_src-7b8bf02dcc2ffdd92256fdd9728ece2b82d13984.tar.gz chromium_src-7b8bf02dcc2ffdd92256fdd9728ece2b82d13984.tar.bz2 |
notifications: Update the permission settings when clicking in 'Disable' menu item.
It also updates the menu item text to reflect the current state of the permission.
If the permission is ALLOW, the menu item should read 'Disable...', otherwise
the menu item should read 'Enable...'
BUG=59299
TEST=see bug
Review URL: http://codereview.chromium.org/4014006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 67b25e9..6e05baa 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8247,6 +8247,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_NOTIFICATION_BALLOON_REVOKE_MESSAGE" desc="Text for the menu option to revoke notification permission."> Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> </message> + <message name="IDS_NOTIFICATION_BALLOON_ENABLE_MESSAGE" desc="Text for the menu option to enable notification permission."> + Enable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> + </message> <!-- New Tab Page Promotional messages --> |