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

Unified Diff: chrome/app/generated_resources.grd

Issue 314613002: Add list of Shared Modules to App Info Dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed WeakPtrFactory Created 6 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d7d616cb57408771604c5dc19c65bc493d341255..38de2cb143e4070d517c56915b6eb13e7b4d85dd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2187,6 +2187,12 @@ Even if you have downloaded files from this website before, the website might ha
Uninstall
</message>
</if>
+ <message name="IDS_APPLICATION_INFO_IMPORTED_MODULES_TITLE_TEXT" desc="Text for the title above the imported modules for the app. Imported modules are like shared libraries that an app has used when it was built (but are not directly accessible by a user).">
+ This app imports the following modules:
+ </message>
+ <message name="IDS_APPLICATION_INFO_IMPORTED_MODULES_ABOUT_LINK_TEXT" desc="Text for the link next to each shared module that goes to the About page for that module. The About page may include things such as open-source and copyright licenses for the app.">
benwells 2014/06/04 00:04:17 Nit: s/shared module/imported module/ or otherwise
sashab 2014/06/05 00:27:35 Done.
+ About
+ </message>
<message name="IDS_APPLICATION_INFO_REQUIRED_PERMISSIONS_TEXT" desc="Heading for the required permissions for the app (the permissions that the user must grant the app upon installation).">
Required
</message>

Powered by Google App Engine
This is Rietveld 408576698