Skip to content

Commit ecd734c

Browse files
Chloepeggithub-actions[bot]
authored andcommitted
DYN-9622: Fix typo in 'Navigate Downstream' menu text (#16768)
(cherry picked from commit 0107d1d)
1 parent bb61026 commit ecd734c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/DynamoCoreWpf/Properties/Resources.en-GB.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -3198,7 +3198,7 @@ You can manage this in Preferences -&gt; Security.</value>
31983198
<value>Navigate Upstream</value>
31993199
</data>
32003200
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
3201-
<value>Navigate Downtream</value>
3201+
<value>Navigate Downstream</value>
32023202
</data>
32033203
<data name="ContextMenuNodeConnections" xml:space="preserve">
32043204
<value>Node Connections</value>
@@ -3886,4 +3886,4 @@ To open this graph in Dynamo 3.3–3.6.x: Install the PythonNet package from the
38863886
<data name="psDynamoPoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
38873887
<value>..\ViewModels\Watch3D\compiledShaders\psDynamoPoint;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
38883888
</data>
3889-
</root>
3889+
</root>

src/DynamoCoreWpf/Properties/Resources.en-US.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,7 @@ You can manage this in Preferences -&gt; Security.</value>
35373537
<value>Navigate Upstream</value>
35383538
</data>
35393539
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
3540-
<value>Navigate Downtream</value>
3540+
<value>Navigate Downstream</value>
35413541
</data>
35423542
<data name="ContextMenuNodeConnections" xml:space="preserve">
35433543
<value>Node Connections</value>

src/DynamoCoreWpf/Properties/Resources.zh-CN.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -3196,7 +3196,7 @@
31963196
<value>向上浏览</value>
31973197
</data>
31983198
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
3199-
<value>导航 Downtream</value>
3199+
<value>导航 Downstream</value>
32003200
</data>
32013201
<data name="ContextMenuNodeConnections" xml:space="preserve">
32023202
<value>节点连接</value>
@@ -3884,4 +3884,4 @@
38843884
<data name="psDynamoPoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
38853885
<value>..\ViewModels\Watch3D\compiledShaders\psDynamoPoint;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
38863886
</data>
3887-
</root>
3887+
</root>

0 commit comments

Comments
 (0)