In the "Cookies and Site Data" section of the Website Settings UI: Make the...

In the "Cookies and Site Data" section of the Website Settings UI: Make the strings "Allowed" and "Blocked" lower case.

BUG=143125
TBR=ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10836284

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152068 0039d316-1c4b-4281-b951-d872f2087c98
parent c640fd7c
......@@ -318,7 +318,7 @@ are declared in build/common.gypi.
Others
</message>
<message name="IDS_WEBSITE_SETTINGS_SITE_DATA_STATS_LINE" desc="The label text with the number of allowed and blocked cookies and site data objects.">
<ph name="DATA_SOURCE">$1<ex>foo.bar.org</ex></ph> (<ph name="ALLOWED_COUNT">$2<ex>6</ex></ph> Allowed / <ph name="BLOCKED_COUNT">$3<ex>0</ex></ph> Blocked)
<ph name="DATA_SOURCE">$1<ex>foo.bar.org</ex></ph> (<ph name="ALLOWED_COUNT">$2<ex>6</ex></ph> allowed / <ph name="BLOCKED_COUNT">$3<ex>0</ex></ph> blocked)
</message>
<message name="IDS_WEBSITE_SETTINGS_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the menu item of a permissions menu on the Website Settings UI that resets the setting to the default setting which is allow.">
Use global default (Allow)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment