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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 1131153003: Add category selector to feedback dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/html/feedback_consent.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 3c423458b96c8c5330ec08d3864d096781d3e416..17b65b71285e6f0edd3830be14cadcfe4566e578 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -497,9 +497,33 @@
<message desc="Title for the dialog prompting the user to consent to their email address being included as part of their feedback." name="IDS_FEEDBACK_CONSENT_TITLE">
Report an issue
</message>
- <message desc="Text asking the user for consent to their email address being included as part of their feedback." name="IDS_FEEDBACK_CONSENT">
+ <message desc="Text asking the user for consent to their email address being included as part of their feedback." name="IDS_FEEDBACK_CONSENT_EMAIL">
To allow us to contact you for further information, your email address will be included in any feedback you submit.
</message>
+ <message desc="Text asking the user to choose a category for their feedback." name="IDS_FEEDBACK_CATEGORY_INSTRUCTIONS">
+ To help us solve your problem, please tell us what went wrong:
+ </message>
+ <message desc="The initial 'category', indicating that the user must select something to continue." name="IDS_FEEDBACK_CATEGORY_SELECT">
+ Select…
+ </message>
+ <message desc="Category indicating that the user is having problems launching the application." name="IDS_FEEDBACK_CATEGORY_APP_LAUNCH">
kelvinp 2015/05/13 22:40:04 If the app can't open, the user probably won't hav
Jamie 2015/05/13 23:15:05 On ChromeOS it's visible all the time, and I think
+ I can't open the application.
+ </message>
+ <message desc="Category indicating that the application is running too slowly." name="IDS_FEEDBACK_CATEGORY_APP_PERFORMANCE">
+ The application is too slow.
+ </message>
+ <message desc="Category indicating that the user is having keyboard or mouse issues." name="IDS_FEEDBACK_CATEGORY_INPUT">
+ I'm having problems with my keyboard or mouse.
+ </message>
+ <message desc="Category indicating that the user is having problems with Google Drive not uploading their files." name="IDS_FEEDBACK_CATEGORY_DRIVE_UPLOAD">
+ I can't see my saved files on-line in Google Drive.
+ </message>
+ <message desc="Category indicating that the user is having problems with Google Drive not downloading their files." name="IDS_FEEDBACK_CATEGORY_DRIVE_DOWNLOAD">
+ I can't open my Google Drive files.
+ </message>
+ <message desc="Category indicating that the user is having a problem not covered by any of the common categories." name="IDS_FEEDBACK_CATEGORY_OTHER">
+ Something else.
+ </message>
<message desc="Title for the submenu item containing a list of windows opened by the remote app." name="IDS_WINDOWS_SUBMENU_TITLE">
Windows
</message>
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/html/feedback_consent.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698