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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 997173004: Add missing line break in scanning message and include placeholder for all uses of <br> tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | no next file » | 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 402501000cfc6d8ecade5722ee0a30821fd7aade..bb7958b01e41480272e3d06e109f625be7138247 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -483,6 +483,7 @@ Press any key to continue exploring.
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_SCANNING" desc="Cloud import scanning status message.">
Scanning your media device...
+ <ph name="LINE_BREAK1">&lt;br&gt;</ph>
<ph name="FILE_COUNT">$1<ex>5</ex></ph> new photos found
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_SCANNING" desc="Cloud import scanning tooltip.">
@@ -496,9 +497,9 @@ Press any key to continue exploring.
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_INSUFFICIENT_SPACE" desc="Cloud import insufficient space status message.">
<ph name="FILE_COUNT">$1<ex>5</ex></ph> new photos found
- &lt;br&gt;
+ <ph name="LINE_BREAK1">&lt;br&gt;</ph>
Not enough space on device.
- &lt;br&gt;
+ <ph name="LINE_BREAK2">&lt;br&gt;</ph>
Try selecting a few photos to start.
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_INSUFFICIENT_SPACE" desc="Cloud import insufficient space tooltip.">
@@ -506,7 +507,7 @@ Press any key to continue exploring.
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_READY" desc="Cloud import ready status message.">
<ph name="FILE_COUNT">$1<ex>5</ex></ph> new photos found
- &lt;br&gt;
+ <ph name="LINE_BREAK1">&lt;br&gt;</ph>
Ready to backup to <ph name="BEGIN_LINK">&lt;span class='destination-link'&gt;</ph>Google Drive<ph name="END_LINK">&lt;/span&gt;</ph>
</message>
<message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_READY" desc="Cloud import ready tooltip.">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698