Skip to content

Commit 81e96de

Browse files
committed
Modified the 'Name in use' user feedback message to address name collisions both in and outside the sub/function body
1 parent de173aa commit 81e96de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/UI/RubberduckUI.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/UI/RubberduckUI.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ Would you like to import them to Rubberduck?</value>
19501950
<comment>{0} = proposed variable name.</comment>
19511951
</data>
19521952
<data name="AssignedByValDialog_NewNameAlreadyUsedFormat" xml:space="preserve">
1953-
<value>'{0}' is already used in this scope.</value>
1953+
<value>'{0}' is already accessible to this scope.</value>
19541954
<comment>{0} = proposed variable name.</comment>
19551955
</data>
19561956
<data name="AssignedByValDialog_QuestionableEntryFormat" xml:space="preserve">

0 commit comments

Comments
 (0)