* #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:
@@ -305,7 +305,7 @@ namespace Content.Server.Interaction
|
||||
if (!await InteractUsingRanged(user, item, target, coordinates, inRangeUnobstructed) &&
|
||||
!inRangeUnobstructed)
|
||||
{
|
||||
var message = Loc.GetString("You can't reach there!");
|
||||
var message = Loc.GetString("interaction-system-user-interaction-cannot-reach");
|
||||
user.PopupMessage(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user