Commit 2ad7487a authored by Tanya Gupta's avatar Tanya Gupta Committed by Commit Bot

Shortened title for Chrome Webstore Icon on the New Tab Page


R=ramyan@chromium.org

Change-Id: I72f5f094f4f637d324c1fbbd66cdbc39f4327f6f

Bug: 882691
Change-Id: I72f5f094f4f637d324c1fbbd66cdbc39f4327f6f
Reviewed-on: https://chromium-review.googlesource.com/1241837Reviewed-by: default avatarScott Violet <sky@chromium.org>
Reviewed-by: default avatarRamya Nagarajan <ramyan@chromium.org>
Commit-Queue: Tanya Gupta <tgupta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594109}
parent 774ccfd0
......@@ -4078,7 +4078,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome Web Store">
Chrome Web Store
</message>
<message name="IDS_EXTENSION_WEB_STORE_TITLE_SHORT" desc="Text for the Chrome Web Store">
<message name="IDS_EXTENSION_WEB_STORE_TITLE_SHORT" desc="Shortened version of text for the Chrome Web Store">
Web Store
</message>
<message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button next to an extension that shows more details">
......
......@@ -60,9 +60,9 @@ struct RawPrepopulatedPage {
// Android does not use prepopulated pages.
const RawPrepopulatedPage kRawPrepopulatedPages[] = {
{
IDS_WEBSTORE_URL, IDS_EXTENSION_WEB_STORE_TITLE, IDR_WEBSTORE_ICON_16,
IDR_WEBSTORE_ICON_32, IDR_NEWTAB_WEBSTORE_THUMBNAIL,
SkColorSetRGB(63, 132, 197),
IDS_WEBSTORE_URL, IDS_EXTENSION_WEB_STORE_TITLE_SHORT,
IDR_WEBSTORE_ICON_16, IDR_WEBSTORE_ICON_32,
IDR_NEWTAB_WEBSTORE_THUMBNAIL, SkColorSetRGB(63, 132, 197),
},
};
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment