Firewall rules names on Windows do not need periods.

BUG=360901
NOTRY=true

Review URL: https://codereview.chromium.org/255233002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266931 0039d316-1c4b-4281-b951-d872f2087c98
parent 0cbfee6e
......@@ -1158,10 +1158,10 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
<!-- Windows firewall rule strings. -->
<if expr="is_win">
<message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewall rule allowing inbound mDNS traffic.">
Chromium (mDNS-In).
Chromium (mDNS-In)
</message>
<message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the firewall rule allowing inbound mDNS traffic for canary.">
Chromium (mDNS-In).
Chromium (mDNS-In)
</message>
<message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description of the firewall rule allowing inbound mDNS traffic.">
Inbound rule for Chromium to allow mDNS traffic.
......
......@@ -1082,10 +1082,10 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
<!-- Windows firewall rule strings. -->
<if expr="is_win">
<message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewall rule allowing inbound mDNS traffic.">
Google Chrome (mDNS-In).
Google Chrome (mDNS-In)
</message>
<message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the firewall rule allowing inbound mDNS traffic for canary.">
Google Chrome Canary (mDNS-In).
Google Chrome Canary (mDNS-In)
</message>
<message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description of the firewall rule allowing inbound mDNS traffic.">
Inbound rule for Google Chrome to allow mDNS traffic.
......
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