Fix machine upgrade examine missing loc (#12410)

This commit is contained in:
0x6273
2022-11-06 08:50:19 +01:00
committed by GitHub
parent 023165a442
commit b281d958b7
2 changed files with 4 additions and 2 deletions

View File

@@ -49,8 +49,8 @@ public sealed partial class ConstructionSystem
{
_examineSystem.SendExamineTooltip(args.User, uid, markup, getVerbs: false, centerAtCursor: false);
},
Text = Loc.GetString("machine-examinable-verb-text"),
Message = Loc.GetString("machine-examinable-verb-message"),
Text = Loc.GetString("machine-upgrade-examinable-verb-text"),
Message = Loc.GetString("machine-upgrade-examinable-verb-message"),
Category = VerbCategory.Examine,
IconTexture = "/Textures/Interface/VerbIcons/pickup.svg.192dpi.png"
};

View File

@@ -1,5 +1,7 @@
machine-insert-item = {THE($user)} inserted {THE($item)} into {THE($machine)}.
machine-upgrade-examinable-verb-text = Upgrades
machine-upgrade-examinable-verb-message = Examine the machine upgrades.
machine-upgrade-increased-by-percentage = [color=yellow]{CAPITALIZE($upgraded)}[/color] increased by {$percent}%.
machine-upgrade-decreased-by-percentage = [color=yellow]{CAPITALIZE($upgraded)}[/color] decreased by {$percent}%.
machine-upgrade-increased-by-amount = [color=yellow]{CAPITALIZE($upgraded)}[/color] increased by {$difference}.