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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 180723010: Added tabs to the App Info dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Linking moved files Created 6 years, 9 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
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">

Powered by Google App Engine
This is Rietveld 408576698