Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2737263002: Fixed "characters" typo in message validation when input length is 1 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLocalizedString.h
diff --git a/third_party/WebKit/public/platform/WebLocalizedString.h b/third_party/WebKit/public/platform/WebLocalizedString.h
index a6432984312864e7f6faf1348107f2db0440bd79..c7745a12472a4cdcf7b57dae03fb53192dd29eee 100644
--- a/third_party/WebKit/public/platform/WebLocalizedString.h
+++ b/third_party/WebKit/public/platform/WebLocalizedString.h
@@ -43,7 +43,7 @@ struct WebLocalizedString {
AXDayOfMonthFieldText,
AXHeadingText, // Deprecated.
AXHourFieldText,
- AXImageMapText, // Deprecated.
+ AXImageMapText, // Deprecated.
AXLinkText, // Deprecated.
AXListMarkerText, // Deprecated.
AXMediaAudioElement,
@@ -155,6 +155,7 @@ struct WebLocalizedString {
ValidationStepMismatchCloseToLimit,
ValidationTooLong,
ValidationTooShort,
+ ValidationTooShortPlural,
ValidationTypeMismatch,
ValidationTypeMismatchForEmail,
ValidationTypeMismatchForEmailEmpty,
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698