Index: content/app/strings/content_strings.grd |
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd |
index bf11e850e9ffd9e225571bd3cac5c2abb5eb03ce..36679737ba180cd441ff41c1912fb6c1e1db6281 100644 |
--- a/content/app/strings/content_strings.grd |
+++ b/content/app/strings/content_strings.grd |
@@ -832,7 +832,10 @@ below: |
<message name="IDS_FORM_VALIDATION_TOO_LONG" desc="Heading or short sentence shown when a form control in a webpage needs to be shorter than a length specified by the page author, but a user specified long value."> |
Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph> characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>101</ex></ph> characters). |
</message> |
- <message name="IDS_FORM_VALIDATION_TOO_SHORT" desc="Heading or short sentence shown when a form control in a webpage needs to be longer than a length specified by the page author, but a user specified short value."> |
+ <message name="IDS_FORM_VALIDATION_TOO_SHORT" desc="Heading or short sentence shown when a form control in a webpage needs to be longer than a length specified by the page author, but a user specified a value of 1 character."> |
+ Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></ph> characters or more (you are currently using 1 character). |
+ </message> |
+ <message name="IDS_FORM_VALIDATION_TOO_SHORT_PLURAL" desc="Heading or short sentence shown when a form control in a webpage needs to be longer than a length specified by the page author, but a user specified short value."> |
Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></ph> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>100</ex></ph> characters). |
</message> |