Skip to content

Commit

Permalink
Fix Add-Remove references caption in CE context menu
Browse files Browse the repository at this point in the history
It still pointed at the old key in the old location.
  • Loading branch information
MDoerner committed May 17, 2021
1 parent a707020 commit 639a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml
Expand Up @@ -489,7 +489,7 @@
</MenuItem.Icon>
</MenuItem>
<Separator />
<MenuItem Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=References_Caption}"
<MenuItem Header="{Resx ResxName=Rubberduck.UI.AddRemoveReferences.AddRemoveReferencesUI, Key=Caption}"
Command="{Binding AddRemoveReferencesCommand}"
CommandParameter="{Binding SelectedItem, Mode=OneWay}">
<MenuItem.Icon>
Expand Down

0 comments on commit 639a956

Please sign in to comment.