Skip to content

Commit 63f4a07

Browse files
committed
Fix description for implicit active workbook results. Closes #2642
1 parent 4ed1f44 commit 63f4a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/Inspections/Results/ImplicitActiveWorkbookReferenceInspectionResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public override IEnumerable<QuickFixBase> QuickFixes
3030

3131
public override string Description
3232
{
33-
get { return string.Format(InspectionsUI.ImplicitActiveSheetReferenceInspectionResultFormat, Context.GetText() /*_reference.Declaration.IdentifierName*/); }
33+
get { return string.Format(InspectionsUI.ImplicitActiveWorkbookReferenceInspectionResultFormat, Context.GetText() /*_reference.Declaration.IdentifierName*/); }
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)