Skip to content

Commit

Permalink
Correct missed migration
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 3, 2020
1 parent d501856 commit 176a4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubberduck.Core/UI/ToDoItems/ToDoExplorerWindow.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Windows.Forms;
using Rubberduck.Resources;
using Rubberduck.Resources.ToDoExplorer;

namespace Rubberduck.UI.ToDoItems
{
Expand All @@ -10,7 +10,7 @@ public sealed partial class ToDoExplorerWindow : UserControl, IDockableUserContr
{
private const string ClassId = "8B071EDA-2C9C-4009-9A22-A1958BF98B28"; // todo get from Resources.Registration?
string IDockableUserControl.ClassId => ClassId;
string IDockableUserControl.Caption => RubberduckUI.TodoExplorer_Caption;
string IDockableUserControl.Caption => ToDoExplorerUI.TodoExplorer_Caption;

private ToDoExplorerWindow()
{
Expand Down

0 comments on commit 176a4f8

Please sign in to comment.