MinSize="800 128">
<BoxContainer Orientation="Vertical" VerticalExpand="True">
<BoxContainer Name="RoleNameBox" Orientation="Vertical" Margin="10">
- <Label Name="LoadoutNameLabel" Text="{Loc 'loadout-name-edit-label'}"/>
+ <Label Name="LoadoutNameLabel"/>
<PanelContainer HorizontalExpand="True" SetHeight="24">
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#1B1B1E" />
{
var name = loadout.EntityName;
+ LoadoutNameLabel.Text = proto.NameDataset == null ?
+ Loc.GetString("loadout-name-edit-label") :
+ Loc.GetString("loadout-name-edit-label-dataset");
+
RoleNameEdit.ToolTip = Loc.GetString(
"loadout-name-edit-tooltip",
("max", HumanoidCharacterProfile.MaxLoadoutNameLength));
# Name
-loadout-name-edit-label = Custom name
+loadout-name-edit-label = Sets a custom name to be used if you play this role. If empty, your character's name will be used instead.
+loadout-name-edit-label-dataset = Sets a custom name to be used if you play this role. If empty, a random name will be selected instead.
loadout-name-edit-tooltip = {$max} characters max. If no name is specified a random one may be chosen for you.
# Restrictions