| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index f51c71bb4cbcf417225ae2cfafd87c97bf3d5893..de542376d6e193646acf1ab4a81b80ef985ef0f0 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -7709,9 +7709,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
|
|
| <if expr="enable_extensions">
|
| <!-- Feedback Dialog -->
|
| - <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the title of the page that will be reported">
|
| - Tell us what's happening
|
| - </message>
|
| + <if expr="use_titlecase">
|
| + <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the title of the page that will be reported">
|
| + Tell Us What's Happening
|
| + </message>
|
| + </if>
|
| + <if expr="not use_titlecase">
|
| + <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the title of the page that will be reported">
|
| + Tell us what's happening
|
| + </message>
|
| + </if>
|
| <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported">
|
| URL
|
| </message>
|
|
|