diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 07:51:42 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 07:51:42 +0000 |
commit | 75e5d9ba4b2244f5f5f7406a6fe345c0fbf99fec (patch) | |
tree | 12a4e03e331468d9cbe34341735e78bc30c20c49 /chrome/app | |
parent | 51eedf14f03dcf779d37d83acac4978d6d8a0c95 (diff) | |
download | chromium_src-75e5d9ba4b2244f5f5f7406a6fe345c0fbf99fec.zip chromium_src-75e5d9ba4b2244f5f5f7406a6fe345c0fbf99fec.tar.gz chromium_src-75e5d9ba4b2244f5f5f7406a6fe345c0fbf99fec.tar.bz2 |
Change *.example.com to [*.]example.com to reflect the updated pattern format.
BUG=37394
TEST=none
Review URL: http://codereview.chromium.org/1610007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f6b8c1a..e6aad93 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4424,7 +4424,7 @@ Keep your key file in a safe place. You will need it to create new versions of y example.com </message> <message name="IDS_EXCEPTIONS_SAMPLE_PATTERN" desc="Exceptions page view's pattern entry field's watermark - example pattern. Users will see this text before they start typing pattern in the field."> - *.example.com + [*.]example.com </message> <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ON_HOST" desc="Template text for a child row in the Geolocation Exceptions page view. Controls the permission setting for the parent page when embedded on the specified site."> embedded on <ph name="URL">$1<ex>www.google.com</ex></ph> |