Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in package warnings #15150

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ You can always redownload the package.</value>
<value>The package or one of its dependencies contains Python scripts or binaries. Do you want to continue?</value>
</data>
<data name="MessagePackageNewerDynamo" xml:space="preserve">
<value>The package or one of its dependencies use a newer version of {0} than you are currently using. Do you want to continue?</value>
<value>This package or one of its dependencies were created for a newer version of Dynamo. It may not work in this version. Do you want to continue?</value>
</data>
<data name="MessageSelectAtLeastOneNode" xml:space="preserve">
<value>You must select at least one custom node.</value>
Expand Down Expand Up @@ -3963,12 +3963,12 @@ To make this file into a new template, save it to a different folder, then move
<value>Dynamo 1.x file format</value>
</data>
<data name="MessagePackageOlderDynamo" xml:space="preserve">
<value>The package or one of its dependencies use an older version of {0} than you are currently using. Do you want to continue?</value>
<value>This package or one of its dependencies were created for a previous version of Dynamo. It may not work in this version. Do you want to continue?</value>
</data>
<data name="PackageUseOlderDynamoMessageBoxTitle" xml:space="preserve">
<value>Package may not work in this version of Dynamo {0}!</value>
<value>Package may not work in this version of {0}!</value>
</data>
<data name="MessagePackOlderDynamoLink" xml:space="preserve">
<value>#Learn more=https://primer2.dynamobim.org/1_developer_primer_intro/3_developing_for_dynamo/updating-your-packages-and-dynamo-libraries-for-dynamo-3x-net8</value>
</data>
</root>
</root>
Loading