Display attachment download progress in MB.

This commit is contained in:
Nicholas Tinsley
2024-01-05 15:34:12 -05:00
parent 940bf0603e
commit c2fd08ca80
2 changed files with 6 additions and 5 deletions

View File

@@ -2421,8 +2421,8 @@
</plurals>
<!-- Status update label used while the device is transcoding video as a prerequisite to uploading -->
<string name="TransferControlView__processing">Processing…</string>
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "123 KB/2.0 MB" -->
<string name="TransferControlView__download_progress">%1$s/%2$s</string>
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "1.0 MB/2.0 MB" -->
<string name="TransferControlView__download_progress">%1.1f MB/%2.1f MB</string>
<!-- UnauthorizedReminder -->