summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 14:20:30 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 14:20:30 +0000
commit8ffb8d569a2331a9b0cac44f752e166c60a59d0f (patch)
treec54270e66e255b09503babc2a62f371a86401ab6 /chrome
parentba2bd41d8c6668cafb5fc2d73410fe47a2b84b51 (diff)
downloadchromium_src-8ffb8d569a2331a9b0cac44f752e166c60a59d0f.zip
chromium_src-8ffb8d569a2331a9b0cac44f752e166c60a59d0f.tar.gz
chromium_src-8ffb8d569a2331a9b0cac44f752e166c60a59d0f.tar.bz2
[Mac] Specialize strings for that say "close my browser" to use "quit my browser".
R=mark BUG=40863 TEST=none Review URL: http://codereview.chromium.org/3124030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/generated_resources.grd32
1 files changed, 26 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f51b30d..b13dd48 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4413,9 +4413,19 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies.">
Block all third-party cookies without exception
</message>
- <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed.">
- Clear cookies and other site data when I close my browser
- </message>
+
+ <!-- Mac users do not close their browser; they quit it. -->
+ <if expr="os != 'darwin'">
+ <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed.">
+ Clear cookies and other site data when I close my browser
+ </message>
+ </if>
+ <if expr="os == 'darwin'">
+ <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is quit (Mac).">
+ Clear cookies and other site data when I quit my browser
+ </message>
+ </if>
+
<message name="IDS_COOKIES_SHOW_COOKIES_BUTTON" desc="A button in the Content Settings dialog for showing cookies and other stored site data.">
Show cookies and other site data...
</message>
@@ -6202,9 +6212,19 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_COOKIES_COOKIE_EXPIRES_LABEL" desc="The Cookie Expires label">
Expires:
</message>
- <message name="IDS_COOKIES_COOKIE_EXPIRES_SESSION" desc="The Cookie Expires field value for a session cookie">
- When I close my browser
- </message>
+
+ <!-- Mac users do not close their browser; they quit it. -->
+ <if expr="os != 'darwin'">
+ <message name="IDS_COOKIES_COOKIE_EXPIRES_SESSION" desc="The Cookie Expires field value for a session cookie">
+ When I close my browser
+ </message>
+ </if>
+ <if expr="os == 'darwin'">
+ <message name="IDS_COOKIES_COOKIE_EXPIRES_SESSION" desc="The Cookie Expires field value for a session cookie (Mac)">
+ When I quit my browser
+ </message>
+ </if>
+
<message name="IDS_COOKIES_COOKIE_SENDFOR_ANY" desc="Send Cookie for any kind of connection">
Any kind of connection
</message>