@@ -283,7 +283,7 @@ public sealed partial class SingleMarkingPicker : BoxContainer
|
||||
|
||||
for (var i = 0; i < PointsUsed; i++)
|
||||
{
|
||||
SlotSelector.AddItem($"Slot {i + 1}", i);
|
||||
SlotSelector.AddItem(Loc.GetString("marking-slot", ("number", $"{i + 1}")), i);
|
||||
|
||||
if (i == _slot)
|
||||
{
|
||||
|
||||
@@ -10,6 +10,7 @@ marking-used = {$marking-name}
|
||||
marking-used-forced = {$marking-name} (Forced)
|
||||
marking-slot-add = Add
|
||||
marking-slot-remove = Remove
|
||||
marking-slot = Slot {$number}
|
||||
|
||||
# Categories
|
||||
|
||||
|
||||
Reference in New Issue
Block a user