Fix width of attachment download status text.

This commit is contained in:
Nicholas Tinsley
2024-01-08 13:58:28 -05:00
committed by Alex Hart
parent 1bb0c55d88
commit 7aab86643a
3 changed files with 79 additions and 31 deletions

View File

@@ -2423,6 +2423,8 @@
<string name="TransferControlView__processing">Processing…</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>
<!-- Attachment file size label for not-yet-downloaded images and video. Will take the form of "1.0 MB" -->
<string name="TransferControlView__filesize">%1.1f MB</string>
<!-- UnauthorizedReminder -->