diff options
Diffstat (limited to 'chrome/app/resources/locale_settings.grd')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 5cff13a..a4ab11e 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -219,7 +219,7 @@ <include name="IDR_TERMS_HTML" file="terms\terms_chromium.html" type="BINDATA" /> </if> </includes> - <messages> + <messages fallback_to_english="true"> <!-- The font used in web-style native pages (e.g. History). --> <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> @@ -507,6 +507,15 @@ 12 </message> + <!-- The width and height of the First Run Search Information mini --> + <!-- bubble in characters and lines (See above). --> + <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> + 70 + </message> + <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="true"> + 4 + </message> + <!-- The URL to be loaded to display Help --> <message name="IDS_HELP_CONTENT_URL" translateable="false"> http://www.google.com/support/chrome/?hl=[GRITLANGCODE] |