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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2569163002: Skip content duplication check at directory or selection scan. (Closed)
Patch Set: Avoid recursive call of checkState to clarify execution path. Created 4 years 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 | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index f8a4775228dd99f24e7f3fc025424263cbdbd61a..0b50fd0af020ca5a0716b27ad70b7a75929db258 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -585,6 +585,9 @@ Press any key to continue exploring.
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_DONE" desc="Cloud import backup is complete tooltip.">
<ph name="FILE_COUNT">$1<ex>5</ex></ph> photos backed up
</message>
+ <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_PREPARING" desc="File Manager status message. Shown while the scan of files to determine which files should actually be transferred is in progress.">
+ Preparing to backup...
+ </message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_ITEMS_REMAINING" desc="File Manager status message.">
Importing <ph name="FILE_COUNT">$1<ex>5</ex></ph> files...
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698