The issue is to track the review comment #15264 (comment)
Steps to reproduce
Resize the console window to use a small width.
1..100 | % { Write-Progress -Activity "123456789012345678901234567890123456789012345678901234567890" -Status "S" -PercentComplete $_ -SecondsRemaining $_ ; Sleep 1}
Expected behavior
Use ellipsis when a message is truncated.
Actual behavior
A single dot is used instead:
