Merge remote-tracking branch 'space-station-14/master' into ed-26-04-2024-upstream
# Conflicts: # Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs
This commit is contained in:
@@ -76,13 +76,13 @@ public sealed partial class StorageSystem : SharedStorageSystem
|
||||
};
|
||||
if (uiOpen)
|
||||
{
|
||||
verb.Text = Loc.GetString("verb-common-close-ui");
|
||||
verb.Text = Loc.GetString("comp-storage-verb-close-storage");
|
||||
verb.Icon = new SpriteSpecifier.Texture(
|
||||
new("/Textures/Interface/VerbIcons/close.svg.192dpi.png"));
|
||||
}
|
||||
else
|
||||
{
|
||||
verb.Text = Loc.GetString("verb-common-open-ui");
|
||||
verb.Text = Loc.GetString("comp-storage-verb-open-storage");
|
||||
verb.Icon = new SpriteSpecifier.Texture(
|
||||
new("/Textures/Interface/VerbIcons/open.svg.192dpi.png"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user