Improve communications console countdown formatting (#30495)
* improve communications console countdown formatting * tostring
This commit is contained in:
parent
82d7636619
commit
d0884a3074
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ namespace Content.Client.Communications.UI
|
|||
|
||||
EmergencyShuttleButton.Text = Loc.GetString("comms-console-menu-recall-shuttle");
|
||||
var infoText = Loc.GetString($"comms-console-menu-time-remaining",
|
||||
("time", diff.TotalSeconds.ToString(CultureInfo.CurrentCulture)));
|
||||
("time", diff.ToString(@"hh\:mm\:ss", CultureInfo.CurrentCulture)));
|
||||
CountdownLabel.SetMessage(infoText);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue