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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 3496008: TPM information dialog added to EULA screen (Closed)
Patch Set: TPM code added Created 10 years, 3 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/resources/locale_settings.grd
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index e50331401700b77c687424123988873e83c9d3b7..8c1935b32a72ea7905ece07467c3bbe5e265e650 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -715,6 +715,15 @@
12
</message>
+ <!-- The width and height of the TPM setting dialog box in -->
+ <!-- characters and lines (See above). -->
+ <message name="IDS_TPM_INFO_DIALOG_WIDTH_CHARS" use_name_for_id="true">
+ 60
+ </message>
+ <message name="IDS_TPM_INFO_DIALOG_HEIGHT_LINES" use_name_for_id="true">
+ 12
+ </message>
+
<!-- The width and height of the password changed dialog box in -->
<!-- characters and lines (See above). -->
<message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id="true">

Powered by Google App Engine
This is Rietveld 408576698