Commit 3544b434 authored by kuchhal@chromium.org's avatar kuchhal@chromium.org

Fix Google Chrome build by moving Chromium specific string resource to common place.

TBR=pinkerton

Review URL: http://codereview.chromium.org/100137


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14797 0039d316-1c4b-4281-b951-d872f2087c98
parent 23d418d8
......@@ -151,9 +151,6 @@ be available for now. -->
<message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format for titles displayed when the window has no distributor logo displayed">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
</message>
<message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
Untitled
</message>
<message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages">
The Chromium Authors
</message>
......
......@@ -3782,6 +3782,9 @@ each locale. -->
<message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files when we have no idea what they could be.">
unknown
</message>
<message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
Untitled
</message>
</messages>
</release>
......
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