Commit ac73dbc1 authored by keishi@chromium.org's avatar keishi@chromium.org

Added OtherColorLabel localized string.

It will be used in WebKit for the color suggestion picker popup.

BUG=139288
TEST=LayoutTests/platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html

Review URL: https://chromiumcodereview.appspot.com/10824058

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149365 0039d316-1c4b-4281-b951-d872f2087c98
parent e764e582
...@@ -258,6 +258,9 @@ below: ...@@ -258,6 +258,9 @@ below:
<message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next to file buttons in HTML forms when 2 or more files are selected for uploading. This is not used for a case that just 1 file is selected."> <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next to file buttons in HTML forms when 2 or more files are selected for uploading. This is not used for a case that just 1 file is selected.">
<ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files <ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files
</message> </message>
<message name="IDS_FORM_OTHER_COLOR_LABEL" desc="Label for button that opens a full color chooser so the user can choose colors other than the ones in the list.">
Other...
</message>
<message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have been performed"> <message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have been performed">
No recent searches No recent searches
......
...@@ -170,6 +170,8 @@ static int ToMessageID(WebLocalizedString::Name name) { ...@@ -170,6 +170,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_PLUGIN_INITIALIZATION_ERROR; return IDS_PLUGIN_INITIALIZATION_ERROR;
case WebLocalizedString::MultipleFileUploadText: case WebLocalizedString::MultipleFileUploadText:
return IDS_FORM_FILE_MULTIPLE_UPLOAD; return IDS_FORM_FILE_MULTIPLE_UPLOAD;
case WebLocalizedString::OtherColorLabel:
return IDS_FORM_OTHER_COLOR_LABEL;
case WebLocalizedString::ResetButtonDefaultLabel: case WebLocalizedString::ResetButtonDefaultLabel:
return IDS_FORM_RESET_LABEL; return IDS_FORM_RESET_LABEL;
case WebLocalizedString::SearchableIndexIntroduction: case WebLocalizedString::SearchableIndexIntroduction:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment