From e70ee1ccf71a9808de9e1e0084294412be89caed Mon Sep 17 00:00:00 2001 From: john pierson Date: Tue, 4 Feb 2025 09:58:35 -0700 Subject: [PATCH] DYN-5525: Update Insert Graph Window Title (#15788) --- src/DynamoCore/Properties/Resources.Designer.cs | 2 +- src/DynamoCore/Properties/Resources.en-US.resx | 2 +- src/DynamoCore/Properties/Resources.resx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DynamoCore/Properties/Resources.Designer.cs b/src/DynamoCore/Properties/Resources.Designer.cs index 7935c0f1ab3..3b8e9a6526d 100644 --- a/src/DynamoCore/Properties/Resources.Designer.cs +++ b/src/DynamoCore/Properties/Resources.Designer.cs @@ -1029,7 +1029,7 @@ public static string InputPortAlternativeName { } /// - /// Looks up a localized string similar to Insert Dynamo Definition.... + /// Looks up a localized string similar to Insert Dynamo Graph.... /// public static string InsertDialogBoxText { get { diff --git a/src/DynamoCore/Properties/Resources.en-US.resx b/src/DynamoCore/Properties/Resources.en-US.resx index 95a14871ccd..e53fd90dbdf 100644 --- a/src/DynamoCore/Properties/Resources.en-US.resx +++ b/src/DynamoCore/Properties/Resources.en-US.resx @@ -900,7 +900,7 @@ This package likely contains an assembly that is blocked. You will need to load Failed to insert the file as some of the nodes already exist in the current worspace. - Insert Dynamo Definition... + Insert Dynamo Graph... Example file added to workspace. Run mode changed to Manual. diff --git a/src/DynamoCore/Properties/Resources.resx b/src/DynamoCore/Properties/Resources.resx index bef1c049ee2..7878e818089 100644 --- a/src/DynamoCore/Properties/Resources.resx +++ b/src/DynamoCore/Properties/Resources.resx @@ -903,7 +903,7 @@ This package likely contains an assembly that is blocked. You will need to load Failed to insert the file as some of the nodes already exist in the current worspace. - Insert Dynamo Definition... + Insert Dynamo Graph... Example file added to workspace. Run mode changed to Manual.