Skip to content

Commit 3e00ff2

Browse files
committed
fixed quickfix resource string
1 parent a18c20f commit 3e00ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/Inspections/InspectionsUI.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RetailCoder.VBE/Inspections/InspectionsUI.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
<value>Pass parameter by value</value>
454454
</data>
455455
<data name="QuickFixUseTypedFunction_" xml:space="preserve">
456-
<value>Change '{0}$' to '{0}'</value>
456+
<value>Change '{0}' to '{0}$'</value>
457457
</data>
458458
<data name="QuickFix_ThisModule" xml:space="preserve">
459459
<value>Fix all occurrences in module</value>

0 commit comments

Comments
 (0)