Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting's & droger's Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « android_webview/browser/aw_form_database_service.cc ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0c2945d49600288e84567c61990f315474f5b10f..caa77fe589ce929b46f2aa99ee5eb62574cf784e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11408,15 +11408,22 @@ 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 cannot 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_COULDNT_STARTUP_PROFILE_ERROR" desc="Error displayed when Chrome cannot start because profiles were not opened correctly.">
-Cannot start Chrome because your profile could not be opened correctly.
-
-Please check that the profile exists and you have permission to read and write its contents.
+ Cannot start Chrome because something went wrong when opening your profile. Try to restart Chrome.
</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.
« no previous file with comments | « android_webview/browser/aw_form_database_service.cc ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698