Changeset 129125 in webkit


Ignore:
Timestamp:
Sep 20, 2012 6:18:22 AM (12 years ago)
Author:
keishi@webkit.org
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:
Location:
trunk/Source/Platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/Platform/ChangeLog

    r128963 r129125  
     12012-09-20  Keishi Hattori  <keishi@webkit.org>
     2
     3        [Chromium ] Add new localized string, OtherDateLabel, to be used in input type=date datalist UI
     4        https://bugs.webkit.org/show_bug.cgi?id=97200
     5
     6        Reviewed by Kent Tamura.
     7
     8        Adding new localized string to be used in the SuggestionPicker for input type=date.
     9
     10        * chromium/public/WebLocalizedString.h:
     11
    1122012-09-18  Sailesh Agrawal  <sail@chromium.org>
    213
  • trunk/Source/Platform/chromium/public/WebLocalizedString.h

    r127843 r129125  
    7272        MultipleFileUploadText,
    7373        OtherColorLabel,
     74        OtherDateLabel,
    7475        ResetButtonDefaultLabel,
    7576        SearchableIndexIntroduction,
Note: See TracChangeset for help on using the changeset viewer.