diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 17:28:38 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 17:28:38 +0000 |
commit | 41bdb43803dc0736c6b25efa450bf5218eda4de3 (patch) | |
tree | af75c5425e6b991d12ccfdd1a1a44273e52c97b8 /chrome/app/google_chrome_strings.grd | |
parent | 930cbb5855c54aedb590bc522963320c189a3e52 (diff) | |
download | chromium_src-41bdb43803dc0736c6b25efa450bf5218eda4de3.zip chromium_src-41bdb43803dc0736c6b25efa450bf5218eda4de3.tar.gz chromium_src-41bdb43803dc0736c6b25efa450bf5218eda4de3.tar.bz2 |
string changes from http://codereview.chromium.org/1120006/
to make sure that they land before string freeze.
BUG=38352
TEST=none
Review URL: http://codereview.chromium.org/1613002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 933e56e..7e57066 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -354,6 +354,12 @@ Chrome supports. --> <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read"> Your profile can not be used because it is from a newer version of Google Chrome.\n\nSome features may be unavailable. Please specify a different profile directory or use a newer version of Chrome. </message> + <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read"> + Your preferences can not be read.\n\nSome features may be unavailable and changes to preferences won't be saved. + </message> + <message name="IDS_PREFERENCES_CORRUPT_ERROR" desc="Error displayed on startup when user preferences file can not be read"> + Your preferences file is corrupt or invalid.\n\nChromium is unable to recover your settings. + </message> <!-- Crash Recovery Dialog --> <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> Google Chrome |