Skip to content

Commit

Permalink
resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Oct 31, 2023
1 parent d7de724 commit 2597eee
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.Designer.cs

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

7 changes: 7 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3188,6 +3188,13 @@ To install the latest version of a package, click Install. \n
<data name="PublishPackageViewNodeLibrary" xml:space="preserve">
<value>Node Library</value>
</data>
<data name="PublishPackageRetainFolderStructureTooltip" xml:space="preserve">
<value>When this setting is enabled, the folder structure of uploaded files will be retained. Otherwise, files will be placed into predefined folders.

Note: Incorrect folder structure may affect the functionality of packages that rely on the correct file organization. When in doubt, leave this setting off.
15 words or less that describe or define what the tool does.
Learn more</value>
</data>
<data name="NodeTooltipRenamed" xml:space="preserve">
<value>Renamed from {0}</value>
</data>
Expand Down
7 changes: 7 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,13 @@ If the toggle is off custom packages that are not already loaded will load once
<data name="PublishPackageViewNodeLibrary" xml:space="preserve">
<value>Node Library</value>
</data>
<data name="PublishPackageRetainFolderStructureTooltip" xml:space="preserve">
<value>When this setting is enabled, the folder structure of uploaded files will be retained. Otherwise, files will be placed into predefined folders.

Note: Incorrect folder structure may affect the functionality of packages that rely on the correct file organization. When in doubt, leave this setting off.
15 words or less that describe or define what the tool does.
Learn more</value>
</data>
<data name="ShowClassicNodeLibrary" xml:space="preserve">
<value>Show Classic Node Library</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
<ImageBrush ImageSource="/DynamoCoreWpf;component/UI/Images/help-16px.png" />
</Rectangle.Fill>
<Rectangle.ToolTip>
<ToolTip Content="Test"
<ToolTip Content="{x:Static p:Resources.PublishPackageRetainFolderStructureTooltip}"
Style="{StaticResource GenericToolTipLight}" />
</Rectangle.ToolTip>
</Rectangle>
Expand Down

0 comments on commit 2597eee

Please sign in to comment.