Skip to content

Commit

Permalink
Update Insert Graph Window Title
Browse files Browse the repository at this point in the history
Update based on comments here: https://jira.autodesk.com/browse/DYN-5525

This PR originally changed it to "Insert Dynamo Definition"
DynamoDS#13705
  • Loading branch information
johnpierson committed Jan 28, 2025
1 parent 3aeb33b commit b03d909
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Dynamo.All.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ARGB/@EntryIndexedValue">ARGB</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CSV/@EntryIndexedValue">CSV</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=XML/@EntryIndexedValue">XML</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String></wpf:ResourceDictionary>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/UserRules/=2c62818f_002D621b_002D4425_002Dadc9_002D78611099bfcb/@EntryIndexedValue">&lt;Policy&gt;&lt;Descriptor Staticness="Any" AccessRightKinds="Any" Description="Type parameters"&gt;&lt;ElementKinds&gt;&lt;Kind Name="TYPE_PARAMETER" /&gt;&lt;/ElementKinds&gt;&lt;/Descriptor&gt;&lt;Policy Inspect="True" WarnAboutPrefixesAndSuffixes="False" Prefix="" Suffix="" Style="AaBb" /&gt;&lt;/Policy&gt;</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EPredefinedNamingRulesToUserRulesUpgrade/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
11 changes: 10 additions & 1 deletion src/DynamoCore/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/DynamoCore/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ This package likely contains an assembly that is blocked. You will need to load
<value>Failed to insert the file as some of the nodes already exist in the current worspace.</value>
</data>
<data name="InsertDialogBoxText" xml:space="preserve">
<value>Insert Dynamo Definition...</value>
<value>Insert Dynamo Graph...</value>
</data>
<data name="InsertGraphRunModeNotificationText" xml:space="preserve">
<value>Example file added to workspace. Run mode changed to Manual.</value>
Expand All @@ -926,4 +926,7 @@ This package likely contains an assembly that is blocked. You will need to load
<data name="DocsExperimentalPrefixMessage" xml:space="preserve">
<value>This node is currently experimental. Its behavior, name, and signature are subject to change.</value>
</data>
<data name="052465" xml:space="preserve">
<value />
</data>
</root>

0 comments on commit b03d909

Please sign in to comment.