Localize copy key

Thx @TheFirstNoob
This commit is contained in:
A Man
2022-04-22 16:38:31 +02:00
parent c8ba2169dc
commit 4bfaa612bd
2 changed files with 6 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ class ItemKey: ItemCore {
{
class Toolbelt
{
text="Make Copy";
text=$STR_EPOCH_ACTION_COPY_KEY;
script="spawn player_copyKey;";
};
};