Updates:
Status: Available
Cc:
kaznach...@chromium.org
Comment #1 on issue 141008 by
kin...@chromium.org: "Chrome Web Store" in
I think I've found what is happening.
<message name="IDS_FILE_BROWSER_NO_ACTION_FOR_FILE" desc="Message shown
when user tries to open file, which we can't handle.">
This file type is not supported. Please visit the <ph
name="BEGIN_LINK"><a target='_blank' href='$1'><ex><a
target='_blank' href='$1'></ex></ph>Chrome Web Store<ph
name="END_LINK"></a><ex></a></ex></ph> to find an app that can
open this type of file.
<ph name="BEGIN_LINK"><a target='_blank' href='$2'><ex><a
target='_blank' href='$2'></ex></ph>Learn More<ph
name="END_LINK"></a><ex></a></ex></ph>
</message>
BEGIN_LINK and END_LINK is used twice each, so grit squeezes them into one
while generating resource files.
They should be assigned distinct parameter names (e.g., BEGEN_LINK_WEBSTORE
and BEGIN_LINK_HELP).