* #4213 some translation string fixes * #4213 cargo localization string fixes * #4213 more localization tweaks and fixes * #4213 - fixed some translation string issues * #4213 - fixed some translation string issues
This commit is contained in:
@@ -237,7 +237,7 @@ namespace Content.Server.Medical.Components
|
||||
return;
|
||||
}
|
||||
|
||||
data.Text = Loc.GetString("eject-verb-get-data-text");
|
||||
data.Text = Loc.GetString("medical-scanner-eject-verb-get-data-text");
|
||||
data.Visibility = component.IsOccupied ? VerbVisibility.Visible : VerbVisibility.Invisible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user