Index: content/app/strings/content_strings.grd |
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd |
index 11052c39b1381e8ae98441c84c473580c9d7697b..3944fa3c7e49b35e9cc755d64bb3c7e768900b26 100644 |
--- a/content/app/strings/content_strings.grd |
+++ b/content/app/strings/content_strings.grd |
@@ -693,6 +693,9 @@ 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."> |
+ 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> |
<message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> |
Couldn't load plug-in. |