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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 1890783002: Use singular when only one item is selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « 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 93b8d1c61aa3bf10d2f8fda6c350f4c277aeb9a0..dfcbcf1db98e0991aac2a950d120f930557c9cda 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -719,6 +719,12 @@ Press any key to continue exploring.
Save file as
</message>
+ <message name="IDS_FILE_BROWSER_ONE_FILE_SELECTED" desc="One file selected.">
+ 1 file selected
+ </message>
+ <message name="IDS_FILE_BROWSER_ONE_DIRECTORY_SELECTED" desc="One directory selected.">
+ 1 directory selected
+ </message>
<message name="IDS_FILE_BROWSER_MANY_FILES_SELECTED" desc="Many files selected.">
<ph name="SELCTED_FILE_COUNT">$1<ex>13</ex></ph> files selected
</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