diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 21:59:17 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 21:59:17 +0000 |
commit | 0fd776c40893cb7c9e02c0060a818a7fe972f1aa (patch) | |
tree | 601700d589a09e12faf4c959d8b2b40bfd3b6432 /chrome/app | |
parent | 808ae47cffd55a3d761151eb4da93a5befefd922 (diff) | |
download | chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.zip chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.tar.gz chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.tar.bz2 |
DOMUI options: NSS Certificate manager part 1 (read only)
BUG=19991
TEST=run with --enable-tabbed-options, click certificate manager button in options
Review URL: http://codereview.chromium.org/3389001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b5748b0..75be640 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3139,8 +3139,8 @@ each locale. --> <message name="IDS_CERT_MANAGER_NAME_COLUMN_LABEL" desc="Label for the certificate name column of the certificate tree in the certificate manager"> Certificate Name </message> - <message name="IDS_CERT_MANAGER_DEVICE_COLUMN_LABEL" desc="Label for the security device column of the certificate tree in the certificate manager"> - Security Device + <message name="IDS_CERT_MANAGER_DEVICE_COLUMN_LABEL" desc="Label for the certificate store column of the certificate tree in the certificate manager"> + Certificate Store </message> <message name="IDS_CERT_MANAGER_SERIAL_NUMBER_COLUMN_LABEL" desc="Label for the serial number column of the certificate tree in the certificate manager"> Serial Number @@ -3152,7 +3152,7 @@ each locale. --> Email Address </message> <message name="IDS_CERT_MANAGER_VIEW_CERT_BUTTON" desc="Label for the button in the certificate manager which launches the certificate viewer for the selected certificate"> - &View + View </message> <!-- Add Client Certificate Dialog --> |