Fix bad localization string in secret stash.

This commit is contained in:
Pieter-Jan Briers
2021-07-29 13:06:18 +02:00
parent 8ed1a9e19c
commit 9b42c1f69b

View File

@@ -81,7 +81,7 @@ namespace Content.Server.Storage.Components
if (_itemContainer.ContainedEntity == null)
return false;
Owner.PopupMessage(user, Loc.GetString("There was something inside {0}!", ("stash", SecretPartName)));
Owner.PopupMessage(user, Loc.GetString("comp-secret-stash-action-get-item-found-something", ("stash", SecretPartName)));
if (user.TryGetComponent(out HandsComponent? hands))
{