| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 5fe470853ddc68ed3aec6f0a378c3afab482949c..67cd9c70087e94c2e67337b05532d9f8baa84675 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -11353,10 +11353,19 @@ The following application will be launched if you accept this request:
|
| </if>
|
|
|
| <!-- General app failure messages -->
|
| + <message name="IDS_PROFILE_ERROR_DIALOG_TITLE" desc="The title of the dialog shown when there's an error page">
|
| + Profile error occurred
|
| + </message>
|
| <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on startup when the profile can not be opened correctly due to problems reading or writing files in it">
|
| -Your profile could not be opened correctly.
|
| + Something went wrong when opening your profile. Some features may be unavailable.
|
| + </message>
|
| + <message name="IDS_PROFILE_ERROR_DIALOG_CHECKBOX" desc="The label of the checkbox on the profile error dialog asking the user whether to send a feedback report or not">
|
| + Send feedback to help us fix this issue
|
| + </message>
|
| + <message name="IDS_PROFILE_ERROR_FEEDBACK_DESCRIPTION" desc="The prepopulated text filled in the feedback report reporting a profile error">
|
| +Tell us what happened exactly before you got the profile error message:
|
|
|
| -Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
|
| +****DO NOT CHANGE BELOW THIS LINE****
|
| </message>
|
| <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message displayed in an error dialog on startup if the user tries to run Chrome as root">
|
| <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
|
|
|