diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 05:47:53 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 05:47:53 +0000 |
commit | ec1f642b46752bd4d884d900beb709cdd5b017cf (patch) | |
tree | a051ab2c8d6d0793336ebacf6a74fc0b99646c01 /chrome/app | |
parent | 5383a940556dfb0b853979237c4b66d9b4952a89 (diff) | |
download | chromium_src-ec1f642b46752bd4d884d900beb709cdd5b017cf.zip chromium_src-ec1f642b46752bd4d884d900beb709cdd5b017cf.tar.gz chromium_src-ec1f642b46752bd4d884d900beb709cdd5b017cf.tar.bz2 |
Add "Notification Exceptions" string.
BUG=45547
TBR=johnnyg
Review URL: http://codereview.chromium.org/2834034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 6993883..2e4e679 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4453,6 +4453,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_GEOLOCATION_EXCEPTION_TITLE" desc="Title for geolocation exceptions dialog"> Location Exceptions </message> + <message name="IDS_NOTIFICATIONS_EXCEPTION_TITLE" desc="Title for notifications exceptions dialog"> + Notification Exceptions + </message> <message name="IDS_NOTIFICATIONS_SETTINGS_TITLE" desc="Title for notifications exceptions dialog"> Notification Settings </message> |