Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 94c881253a2f942dc05372f1ef45e5a7caa8c67a..ccba61b7b1c2c041acc54b10b6a7e34e3908b1bb 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -2208,21 +2208,24 @@ Even if you have downloaded files from this website before, the website might ha |
| <!-- "Application Information" dialog --> |
| <if expr="not use_titlecase"> |
| - <message name="IDS_APPLICATION_INFO_TITLE" desc="Title of the dialog that contains information about the current application."> |
| - Application information |
| - </message> |
| <message name="IDS_APPLICATION_INFO_CLOSE_BUTTON" desc="Button in the Application Information Dialog that closes the dialog"> |
| Close |
| </message> |
| </if> |
| <if expr="use_titlecase"> |
| - <message name="IDS_APPLICATION_INFO_TITLE" desc="In Title Case: title of the dialog that contains information about the current application."> |
| - Application Information |
| - </message> |
| <message name="IDS_APPLICATION_INFO_CLOSE_BUTTON" desc="In Title Case: Button in the Application Information Dialog that closes the dialog"> |
| Close |
| </message> |
| </if> |
| + <message name="IDS_APPLICATION_INFO_SUMMARY_TAB_TITLE" desc="Title of the first tab in the dialog, which displays general summary information about the app. "> |
|
Matt Giuca
2014/03/04 01:36:57
Don't you need title case and normal case versions
sashab
2014/03/04 04:10:58
Done.
|
| + Summary |
| + </message> |
| + <message name="IDS_APPLICATION_INFO_PERMISSIONS_TAB_TITLE" desc="Title of the second tab in the dialog, which lists the specific permissions that the app has."> |
| + Permissions |
| + </message> |
| + <message name="IDS_APPLICATION_INFO_MANAGE_TAB_TITLE" desc="Title of the third tab in the dialog, which displays the app's usage information and some tools for managing the app's status."> |
| + Manage |
| + </message> |
| <!-- "Create application shortcuts" dialog --> |
| <if expr="not use_titlecase"> |