Title: [129125] trunk/Source/Platform
Revision
129125
Author
[email protected]
Date
2012-09-20 06:18:22 -0700 (Thu, 20 Sep 2012)

Log Message

[Chromium ] Add new localized string, OtherDateLabel, to be used in input type=date datalist UI
https://bugs.webkit.org/show_bug.cgi?id=97200

Reviewed by Kent Tamura.

Adding new localized string to be used in the SuggestionPicker for input type=date.

* chromium/public/WebLocalizedString.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (129124 => 129125)


--- trunk/Source/Platform/ChangeLog	2012-09-20 13:14:14 UTC (rev 129124)
+++ trunk/Source/Platform/ChangeLog	2012-09-20 13:18:22 UTC (rev 129125)
@@ -1,3 +1,14 @@
+2012-09-20  Keishi Hattori  <[email protected]>
+
+        [Chromium ] Add new localized string, OtherDateLabel, to be used in input type=date datalist UI
+        https://bugs.webkit.org/show_bug.cgi?id=97200
+
+        Reviewed by Kent Tamura.
+
+        Adding new localized string to be used in the SuggestionPicker for input type=date.
+
+        * chromium/public/WebLocalizedString.h:
+
 2012-09-18  Sailesh Agrawal  <[email protected]>
 
         Chromium: Scrollbar with tickmarks doesn't respond to clicks

Modified: trunk/Source/Platform/chromium/public/WebLocalizedString.h (129124 => 129125)


--- trunk/Source/Platform/chromium/public/WebLocalizedString.h	2012-09-20 13:14:14 UTC (rev 129124)
+++ trunk/Source/Platform/chromium/public/WebLocalizedString.h	2012-09-20 13:18:22 UTC (rev 129125)
@@ -71,6 +71,7 @@
         MissingPluginText,
         MultipleFileUploadText,
         OtherColorLabel,
+        OtherDateLabel,
         ResetButtonDefaultLabel,
         SearchableIndexIntroduction,
         SearchMenuClearRecentSearchesText,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to