Skip to content

Commit e021dfc

Browse files
committed
Fix typo
1 parent 9db4d87 commit e021dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mods/SMLEditor/Source/SMLEditor/Public/Nodes/HookTargetNode_Root.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SMLEDITOR_API UHookTargetNode_Redirect : public UHookTargetNode_Root {
8484
// End UHookTargetNode_Root interface
8585

8686
private:
87-
const FText Description = LOCTEXT("HookTargetNodeRedirectHook_Description", "Redirect Hooks allow redirecting arbitrary expressions (such as variable reads or function calls) in Target Function to user-defined code.");
87+
const FText Description = LOCTEXT("HookTargetNodeRedirectHook_Description", "Redirect Hooks allow redirecting arbitrary expressions (such as variable reads or function calls) in the Target Function to user-defined code.");
8888
};
8989

9090
#undef LOCTEXT_NAMESPACE

0 commit comments

Comments
 (0)