Commit 78f4bbcd authored by Alex Danilo's avatar Alex Danilo Committed by Chromium LUCI CQ

[visual signals] Replace plural error message string

CL:2574116 removed a bunch of strings that were supposed to be unused.
That set included a string that was needed.

Restore the IDS_FILE_BROWSER_ERROR_PROGRESS_SUMMARY_PLURAL string.

Bug: 1160222
Change-Id: Ibea165663053237939c115f103a62a8ed58a055a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599788Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838803}
parent 6a945960
...@@ -547,6 +547,8 @@ std::unique_ptr<base::DictionaryValue> GetFileManagerStrings() { ...@@ -547,6 +547,8 @@ std::unique_ptr<base::DictionaryValue> GetFileManagerStrings() {
SET_STRING("ERROR_LONG_NAME", IDS_FILE_BROWSER_ERROR_LONG_NAME); SET_STRING("ERROR_LONG_NAME", IDS_FILE_BROWSER_ERROR_LONG_NAME);
SET_STRING("ERROR_EXTERNAL_DRIVE_LONG_NAME", SET_STRING("ERROR_EXTERNAL_DRIVE_LONG_NAME",
IDS_FILE_BROWSER_ERROR_EXTERNAL_DRIVE_LONG_NAME); IDS_FILE_BROWSER_ERROR_EXTERNAL_DRIVE_LONG_NAME);
SET_STRING("ERROR_PROGRESS_SUMMARY_PLURAL",
IDS_FILE_BROWSER_ERROR_PROGRESS_SUMMARY_PLURAL);
SET_STRING("ERROR_RENAMING", IDS_FILE_BROWSER_ERROR_RENAMING); SET_STRING("ERROR_RENAMING", IDS_FILE_BROWSER_ERROR_RENAMING);
SET_STRING("ERROR_RESERVED_NAME", IDS_FILE_BROWSER_ERROR_RESERVED_NAME); SET_STRING("ERROR_RESERVED_NAME", IDS_FILE_BROWSER_ERROR_RESERVED_NAME);
SET_STRING("ERROR_WHITESPACE_NAME", IDS_FILE_BROWSER_ERROR_WHITESPACE_NAME); SET_STRING("ERROR_WHITESPACE_NAME", IDS_FILE_BROWSER_ERROR_WHITESPACE_NAME);
......
...@@ -880,11 +880,12 @@ ...@@ -880,11 +880,12 @@
<message name="IDS_FILE_BROWSER_RESTORE_FROM_TRASH_ERROR" desc="Message informing about error while restoring an item or items from the trash / recycle bin."> <message name="IDS_FILE_BROWSER_RESTORE_FROM_TRASH_ERROR" desc="Message informing about error while restoring an item or items from the trash / recycle bin.">
An error occurred. Some items may not have been restored. An error occurred. Some items may not have been restored.
</message> </message>
<message name="IDS_FILE_BROWSER_ERROR_PROGRESS_SUMMARY_PLURAL" desc="Summary message for multiple errors above the progress bar. This message may be placed at the next to ohter *_PROGERSS_SUMMARY messages.">
<ph name="COUNT">$1<ex>10</ex></ph> errors.
</message>
<message name="IDS_FILE_BROWSER_PERCENT_COMPLETE" desc="Percentage of file operation that is complete in a progress message."> <message name="IDS_FILE_BROWSER_PERCENT_COMPLETE" desc="Percentage of file operation that is complete in a progress message.">
<ph name="PERCENT">$1<ex>10</ex></ph>% complete. <ph name="PERCENT">$1<ex>10</ex></ph>% complete.
</message> </message>
<message name="IDS_FILE_BROWSER_CANCEL_ACTIVITY_LABEL" desc="Text spoken by ChromeVox/screen reader describing what will be cancelled."> <message name="IDS_FILE_BROWSER_CANCEL_ACTIVITY_LABEL" desc="Text spoken by ChromeVox/screen reader describing what will be cancelled.">
Cancel <ph name="ACTIVITY_DESCRIPTION">$1<ex>Copying file.txt</ex></ph>. Cancel <ph name="ACTIVITY_DESCRIPTION">$1<ex>Copying file.txt</ex></ph>.
</message> </message>
......
c434fe2b53000bfa3af23be0f62fe2499e21dcb7
\ No newline at end of file
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