diff --git a/src/DynamoCoreWpf/Properties/Resources.Designer.cs b/src/DynamoCoreWpf/Properties/Resources.Designer.cs index 0b2483e2cc1..37b846b1b31 100644 --- a/src/DynamoCoreWpf/Properties/Resources.Designer.cs +++ b/src/DynamoCoreWpf/Properties/Resources.Designer.cs @@ -3890,6 +3890,15 @@ public static string PackagePathAutoAddNotificationTitle { } } + /// + /// Looks up a localized string similar to Node and Package Paths. + /// + public static string PackagePathsExpanderName { + get { + return ResourceManager.GetString("PackagePathsExpanderName", resourceCulture); + } + } + /// /// Looks up a localized string similar to Accept Changes. /// @@ -4376,6 +4385,15 @@ public static string PortViewContextMenuUserDefaultValue { } } + /// + /// Looks up a localized string similar to Package Manager. + /// + public static string PreferencesPackageManagerSettingsTab { + get { + return ResourceManager.GetString("PreferencesPackageManagerSettingsTab", resourceCulture); + } + } + /// /// Looks up a localized string similar to Default Python Engine. /// diff --git a/src/DynamoCoreWpf/Properties/Resources.en-US.resx b/src/DynamoCoreWpf/Properties/Resources.en-US.resx index f0682ff664e..ef38f93f912 100644 --- a/src/DynamoCoreWpf/Properties/Resources.en-US.resx +++ b/src/DynamoCoreWpf/Properties/Resources.en-US.resx @@ -2399,4 +2399,10 @@ Uninstall the following packages: {0}? Resets CPython environment by reloading modules. + + Node and Package Paths + + + Package Manager + \ No newline at end of file diff --git a/src/DynamoCoreWpf/Properties/Resources.resx b/src/DynamoCoreWpf/Properties/Resources.resx index abfb63c1323..88de57b999a 100644 --- a/src/DynamoCoreWpf/Properties/Resources.resx +++ b/src/DynamoCoreWpf/Properties/Resources.resx @@ -2399,4 +2399,10 @@ Uninstall the following packages: {0}? Resets CPython environment by reloading modules. + + Node and Package Paths + + + Package Manager + \ No newline at end of file diff --git a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml index 322423eee87..6e4e6c71100 100644 --- a/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml +++ b/src/DynamoCoreWpf/UI/Themes/Modern/DynamoModern.xaml @@ -2501,7 +2501,7 @@ HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> diff --git a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml index 4b7473f5530..0c147263cc3 100644 --- a/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml +++ b/src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml @@ -75,7 +75,7 @@ Margin="0,0,8,0" HorizontalAlignment="Right" VerticalAlignment="Top" - Click="removeStyle_Click" + Click="RemoveStyle_Click" Style="{StaticResource RemoveStyleButtonStyle}" Width="20" Height="30"> @@ -574,7 +574,7 @@