Skip to content

Commit

Permalink
Updating node descriptions (#13442)
Browse files Browse the repository at this point in the history
Affects nodes in GeometryUI, UnitsUI, and Watch3DNodeModels
  • Loading branch information
hwahlstrom authored Oct 28, 2022
1 parent 82b17db commit c176537
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Libraries/GeometryUI/Properties/Resources.Designer.cs

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

2 changes: 1 addition & 1 deletion src/Libraries/GeometryUI/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ExportToSATDescripiton" xml:space="preserve">
<value>Exports the specified geometry to the given SAT file path.</value>
<value>Exports the given geometry to the given SAT file path</value>
</data>
<data name="ExportToSatFilePathDescription" xml:space="preserve">
<value>File to export the geometry to.</value>
Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/GeometryUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ExportToSATDescripiton" xml:space="preserve">
<value>Exports the specified geometry to the given SAT file path.</value>
<value>Exports the given geometry to the given SAT file path</value>
</data>
<data name="ExportToSatFilePathDescription" xml:space="preserve">
<value>File to export the geometry to.</value>
Expand Down
6 changes: 3 additions & 3 deletions src/Libraries/UnitsUI/Properties/Resources.Designer.cs

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

4 changes: 2 additions & 2 deletions src/Libraries/UnitsUI/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<comment>Search tags. When do translation, appending localized tags to the existing tags and use ';' to seperate them</comment>
</data>
<data name="ConvertUnitsDescription" xml:space="preserve">
<value>Convert a value between selected Unit systems.</value>
<value>Converts a value between selected unit systems</value>
</data>
<data name="ConvertUnitsSearchTags" xml:space="preserve">
<value />
Expand Down Expand Up @@ -158,7 +158,7 @@
<comment>Search tags. When do translation, appending localized tags to the existing tags and use ';' to seperate them</comment>
</data>
<data name="ParseUnitInputDescription" xml:space="preserve">
<value>Converts input string with unit values into the equivalent value of the expression.</value>
<value>Converts an input string with unit values into the equivalent value of the expression</value>
</data>
<data name="ParseUnitInputSearchTags" xml:space="preserve">
<value />
Expand Down
4 changes: 2 additions & 2 deletions src/Libraries/UnitsUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<comment>Search tags. When do translation, appending localized tags to the existing tags and use ';' to seperate them</comment>
</data>
<data name="ConvertUnitsDescription" xml:space="preserve">
<value>Convert a value between selected Unit systems.</value>
<value>Converts a value between selected unit systems</value>
</data>
<data name="ConvertUnitsSearchTags" xml:space="preserve">
<value />
Expand Down Expand Up @@ -158,7 +158,7 @@
<comment>Search tags. When do translation, appending localized tags to the existing tags and use ';' to seperate them</comment>
</data>
<data name="ParseUnitInputDescription" xml:space="preserve">
<value>Converts input string with unit values into the equivalent value of the expression.</value>
<value>Converts an input string with unit values into the equivalent value of the expression</value>
</data>
<data name="ParseUnitInputSearchTags" xml:space="preserve">
<value />
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Watch3DDescription" xml:space="preserve">
<value>Shows a dynamic preview of geometry.</value>
<value>Shows a dynamic preview of geometry</value>
<comment>Description for Watch 3D</comment>
</data>
<data name="Watch3DPortDataInputToolTip" xml:space="preserve">
Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/Watch3DNodeModels/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Watch3DDescription" xml:space="preserve">
<value>Shows a dynamic preview of geometry.</value>
<value>Shows a dynamic preview of geometry</value>
<comment>Description for Watch 3D</comment>
</data>
<data name="Watch3DPortDataInputToolTip" xml:space="preserve">
Expand Down

0 comments on commit c176537

Please sign in to comment.