diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 14:54:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 14:54:30 +0000 |
commit | 2e75ad88766d431a8fe3d131e2759ad7f97f3140 (patch) | |
tree | 97cb447ca36d25813da44d74d9a5d812a3e66ce8 /chrome/app | |
parent | 419b49d0890b80b34d7649515963fda0c078eb16 (diff) | |
download | chromium_src-2e75ad88766d431a8fe3d131e2759ad7f97f3140.zip chromium_src-2e75ad88766d431a8fe3d131e2759ad7f97f3140.tar.gz chromium_src-2e75ad88766d431a8fe3d131e2759ad7f97f3140.tar.bz2 |
Fix the error reported by check_grd_for_unused_strings.py.
When I run the script it says:
ERROR: "IDS_REPORT_AN_ISSUE " did not fully match our regex
R=thomasvl@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10444058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139293 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 0990a3d..b615614 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6948,7 +6948,7 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrades disabled by policy"> Updates are disabled by the administrator </message> - <message name="IDS_REPORT_AN_ISSUE " desc="Text of the button which allows the user to report an issue with Chrome."> + <message name="IDS_REPORT_AN_ISSUE" desc="Text of the button which allows the user to report an issue with Chrome."> Report an issue </message> |