Commit 3cb052d5 authored by oleg@chromium.org's avatar oleg@chromium.org

Fix the "Searching..." string near the spinner.

BUG=137994


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149615 0039d316-1c4b-4281-b951-d872f2087c98
parent d2c68ba2
...@@ -11516,7 +11516,7 @@ Some features may be unavailable. Please check that the profile exists and you ...@@ -11516,7 +11516,7 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_FILE_BROWSER_SEARCH_EXPAND" desc="In the File Manager, the text on the link to expand search when no matching files were found."> <message name="IDS_FILE_BROWSER_SEARCH_EXPAND" desc="In the File Manager, the text on the link to expand search when no matching files were found.">
Search all <ph name="DRIVE_NAME">$1<ex>Downloads</ex></ph> Search all <ph name="DRIVE_NAME">$1<ex>Downloads</ex></ph>
</message> </message>
<message name="IDS_FILE_BROWSER_SEARCHING_SPINNER" desc="In the File Manager, the text is shown near the spinner while waiting for the results of a search."> <message name="IDS_FILE_BROWSER_SEARCH_SPINNER" desc="In the File Manager, the text is shown near the spinner while waiting for the results of a search.">
Searching... Searching...
</message> </message>
......
...@@ -1707,6 +1707,7 @@ bool FileDialogStringsFunction::RunImpl() { ...@@ -1707,6 +1707,7 @@ bool FileDialogStringsFunction::RunImpl() {
SET_STRING(IDS_FILE_BROWSER, SEARCH_NO_MATCHING_FILES); SET_STRING(IDS_FILE_BROWSER, SEARCH_NO_MATCHING_FILES);
SET_STRING(IDS_FILE_BROWSER, SEARCH_EXPAND); SET_STRING(IDS_FILE_BROWSER, SEARCH_EXPAND);
SET_STRING(IDS_FILE_BROWSER, SEARCH_SPINNER);
SET_STRING(IDS_FILE_BROWSER, CHANGE_DEFAULT_MENU_ITEM); SET_STRING(IDS_FILE_BROWSER, CHANGE_DEFAULT_MENU_ITEM);
SET_STRING(IDS_FILE_BROWSER, CHANGE_DEFAULT_CAPTION); SET_STRING(IDS_FILE_BROWSER, CHANGE_DEFAULT_CAPTION);
......
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