Fixed Missing or Misconfigured Locale Keys (#37595)
* Fixes and adds many localization keys from #34343 Open * Fix comment, that is not how that works. * Update Resources/Locale/en-US/components/screen-component.ftl Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Fixes cmd-parse-failure-int -> cmd-parse-failure-integer in OptionsUIController.cs, removes cmd-parse-failure-int from options-menu.ftl --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ public sealed partial class SalvageSystem
|
||||
{
|
||||
var component = expedition.Comp;
|
||||
component.NextOffer = _timing.CurTime + TimeSpan.FromSeconds(_cooldown);
|
||||
Announce(uid, Loc.GetString("salvage-expedition-mission-completed"));
|
||||
Announce(uid, Loc.GetString("salvage-expedition-completed"));
|
||||
component.ActiveMission = 0;
|
||||
component.Cooldown = true;
|
||||
UpdateConsoles(expedition);
|
||||
|
||||
Reference in New Issue
Block a user