summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 11:44:57 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 11:44:57 +0000
commit4d8c43cba89eb197f8c54ca5430b40a59eaf9305 (patch)
treea3085d51a4a9cf3faf59f50e7eed80d593d8b913 /chrome/app/nibs
parentf764d01e2084cb8db42f8e9103ffe98e2ea3a0a7 (diff)
downloadchromium_src-4d8c43cba89eb197f8c54ca5430b40a59eaf9305.zip
chromium_src-4d8c43cba89eb197f8c54ca5430b40a59eaf9305.tar.gz
chromium_src-4d8c43cba89eb197f8c54ca5430b40a59eaf9305.tar.bz2
Stop abusing cookie strings for local storage and database.
We did the original abuse because we were past the 4.1 string freeze and needed to add new features, but we can fix this for chrome 5. TEST=The labels should be things like "Key:" instead of "Name:" and so on. BUG=34669 Review URL: http://codereview.chromium.org/1317004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42746 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r--chrome/app/nibs/CookieDetailsView.xib6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/nibs/CookieDetailsView.xib b/chrome/app/nibs/CookieDetailsView.xib
index f106391..d4b9d2c 100644
--- a/chrome/app/nibs/CookieDetailsView.xib
+++ b/chrome/app/nibs/CookieDetailsView.xib
@@ -660,7 +660,7 @@
<object class="NSTextFieldCell" key="NSCell" id="626846257">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272630784</int>
- <string key="NSContents">^IDS_COOKIES_COOKIE_NAME_LABEL</string>
+ <string key="NSContents">^IDS_COOKIES_WEB_DATABASE_NAME</string>
<reference key="NSSupport" ref="284921973"/>
<reference key="NSControlView" ref="741934397"/>
<reference key="NSBackgroundColor" ref="949329157"/>
@@ -753,7 +753,7 @@
<object class="NSTextFieldCell" key="NSCell" id="6282291">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272630784</int>
- <string key="NSContents">^IDS_COOKIES_COOKIE_CONTENT_LABEL</string>
+ <string key="NSContents">^IDS_COOKIES_LOCAL_STORAGE_VALUE_LABEL</string>
<reference key="NSSupport" ref="284921973"/>
<reference key="NSControlView" ref="603672778"/>
<reference key="NSBackgroundColor" ref="949329157"/>
@@ -769,7 +769,7 @@
<object class="NSTextFieldCell" key="NSCell" id="896464253">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272630784</int>
- <string key="NSContents">^IDS_COOKIES_COOKIE_NAME_LABEL</string>
+ <string key="NSContents">^IDS_COOKIES_LOCAL_STORAGE_KEY_LABEL</string>
<reference key="NSSupport" ref="284921973"/>
<reference key="NSControlView" ref="415175575"/>
<reference key="NSBackgroundColor" ref="949329157"/>