From 78542ce7454b259940a85c921872cec00fb9e0ec Mon Sep 17 00:00:00 2001
From: "Aaron (Qilong)" <173288704@qq.com>
Date: Thu, 11 Jan 2024 14:11:10 +0800
Subject: [PATCH] Updates to Node AutoComplete ML TOU UX (#14825)
* updates
* update
* Remove tooltip for menu item
---
.../Properties/Resources.Designer.cs | 15 +++------------
src/DynamoCoreWpf/Properties/Resources.en-US.resx | 11 ++++-------
src/DynamoCoreWpf/Properties/Resources.resx | 11 ++++-------
src/DynamoCoreWpf/Views/Core/DynamoView.xaml | 3 ---
4 files changed, 11 insertions(+), 29 deletions(-)
diff --git a/src/DynamoCoreWpf/Properties/Resources.Designer.cs b/src/DynamoCoreWpf/Properties/Resources.Designer.cs
index 1e7b36fd450..5149c86c9a3 100644
--- a/src/DynamoCoreWpf/Properties/Resources.Designer.cs
+++ b/src/DynamoCoreWpf/Properties/Resources.Designer.cs
@@ -160,7 +160,7 @@ public static string AddToLibraryButton {
}
///
- /// Looks up a localized string similar to I would like to participate in data collection.
+ /// Looks up a localized string similar to I would like to participate in data collection for Machine Learning Programs.
///
public static string AgreeToMLAutocompleteTOUText {
get {
@@ -2279,7 +2279,7 @@ public static string DynamoViewSettingMenuNumberFormat {
}
///
- /// Looks up a localized string similar to Agreement and _Terms of Use.
+ /// Looks up a localized string similar to Agreements for _Data Collection.
///
public static string DynamoViewSettingMenuShowDataReportingDialog {
get {
@@ -2287,15 +2287,6 @@ public static string DynamoViewSettingMenuShowDataReportingDialog {
}
}
- ///
- /// Looks up a localized string similar to Display the dialog of agreement on data collecting and Machine Learning Node Autocomplete terms of use.
- ///
- public static string DynamoViewSettingMenuShowDataReportingDialogTooltip {
- get {
- return ResourceManager.GetString("DynamoViewSettingMenuShowDataReportingDialogTooltip", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to Square Centimeter.
///
@@ -9962,7 +9953,7 @@ public static string UpdateMessage {
}
///
- /// Looks up a localized string similar to Agreement and Terms of Use.
+ /// Looks up a localized string similar to Agreements for Data Collection.
///
public static string UsageReportPromptDialogTitle {
get {
diff --git a/src/DynamoCoreWpf/Properties/Resources.en-US.resx b/src/DynamoCoreWpf/Properties/Resources.en-US.resx
index 53a702137cd..9dcd6add055 100644
--- a/src/DynamoCoreWpf/Properties/Resources.en-US.resx
+++ b/src/DynamoCoreWpf/Properties/Resources.en-US.resx
@@ -764,7 +764,7 @@ Don't worry, you'll have the option to save your work.
Setting menu | Decimal inch
- Agreement and _Terms of Use
+ Agreements for _Data Collection
Dynamo menu | Show user agreement dialog about data collecting
@@ -2220,10 +2220,10 @@ Installing the latest update requires Dynamo and any host applications to close.
Do you want to install the latest Dynamo update?
- Agreement and Terms of Use
+ Agreements for Data Collection
- I would like to participate in data collection
+ I would like to participate in data collection for Machine Learning Programs
Keep 1 input list's nesting
@@ -2315,9 +2315,6 @@ Uninstall the following packages: {0}?
Filter by
-
- Display the dialog of agreement on data collecting and Machine Learning Node Autocomplete terms of use
-
..\ViewModels\Watch3D\compiledShaders\psDynamoMesh;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3882,4 +3879,4 @@ In certain complex graphs or host program scenarios, Automatic mode may cause in
Millimeters
-
\ No newline at end of file
+
diff --git a/src/DynamoCoreWpf/Properties/Resources.resx b/src/DynamoCoreWpf/Properties/Resources.resx
index 767a569dbbb..f8530049348 100644
--- a/src/DynamoCoreWpf/Properties/Resources.resx
+++ b/src/DynamoCoreWpf/Properties/Resources.resx
@@ -487,7 +487,7 @@
Setting menu | Decimal inch
- Agreement and _Terms of Use
+ Agreements for _Data Collection
Dynamo menu | Show user agreement dialog about data collecting
@@ -1151,10 +1151,10 @@ Don't worry, you'll have the option to save your work.
Cancel
- Agreement and Terms of Use
+ Agreements for Data Collection
- I would like to participate in data collection
+ I would like to participate in data collection for Machine Learning Programs
Clear
@@ -2605,9 +2605,6 @@ Uninstall the following packages: {0}?
Filter by
-
- Display the dialog of agreement on data collecting and Machine Learning Node Autocomplete terms of use
-
..\ViewModels\Watch3D\compiledShaders\psDynamoMesh;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3869,4 +3866,4 @@ In certain complex graphs or host program scenarios, Automatic mode may cause in
Millimeters
-
\ No newline at end of file
+
diff --git a/src/DynamoCoreWpf/Views/Core/DynamoView.xaml b/src/DynamoCoreWpf/Views/Core/DynamoView.xaml
index 82e8b72a55d..3824a34408b 100644
--- a/src/DynamoCoreWpf/Views/Core/DynamoView.xaml
+++ b/src/DynamoCoreWpf/Views/Core/DynamoView.xaml
@@ -306,9 +306,6 @@
Command="{Binding Path=ToggleIsAnalyticsReportingApprovedCommand, Source={x:Static service:UsageReportingManager.Instance} }"
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type controls:DynamoView}}}"
Visibility="{Binding HideReportOptions, Converter={StaticResource InverseBoolToVisibilityCollapsedConverter}}">
-
-
-