summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authortnagel <tnagel@chromium.org>2014-12-09 09:12:22 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-09 17:12:39 +0000
commita6ac28e973f41924c90b215fef8140925edb5406 (patch)
tree4be45870cb65f764b011561c6b2ae0cb366050e7 /components/policy_strings.grdp
parentb684f4669b0017e97fe6d7d5f87361168a2a592c (diff)
downloadchromium_src-a6ac28e973f41924c90b215fef8140925edb5406.zip
chromium_src-a6ac28e973f41924c90b215fef8140925edb5406.tar.gz
chromium_src-a6ac28e973f41924c90b215fef8140925edb5406.tar.bz2
Fix error message punctuation.
When the error message is assembled, the periods accumulate. This CL removes the duplicates. BUG=none Review URL: https://codereview.chromium.org/790813002 Cr-Commit-Position: refs/heads/master@{#307489}
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 14cbf6a..de9f836 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -87,7 +87,7 @@
Error parsing policy settings
</message>
<message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Message indicating a policy key had an invalid verification signature.">
- Bad verification signature.
+ Bad verification signature
</message>
<message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
Unknown error
@@ -102,14 +102,14 @@
<message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy.">
Failed to store policy settings
</message>
- <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy">
+ <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy.">
Policy parse error
</message>
<message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage.">
Serialization error
</message>
<message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed.">
- Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>.
+ Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>
</message>
<message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state.">
Backing store in bad state