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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.cc

Issue 10827115: Fix the "Searching..." string near the spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_browser_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.cc b/chrome/browser/chromeos/extensions/file_browser_private_api.cc
index 99dd321632bd39abd6adf71d4e2ba619edc1501b..c52d35102109abd52c973e15721189a0a5101252 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.cc
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.cc
@@ -1707,6 +1707,7 @@ bool FileDialogStringsFunction::RunImpl() {
SET_STRING(IDS_FILE_BROWSER, SEARCH_NO_MATCHING_FILES);
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_CAPTION);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698