Skip to content

Commit

Permalink
Renaming the window to "To-Dos" based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Valorayne committed Jul 16, 2022
1 parent b551e5a commit 6926417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Components/TodoListWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TodoListWindow : StandardWindow
public TodoListWindow() : base(Resources.GetTexture(Textures.Empty), GetWindowRegion, GetContentRegion)
{
Parent = GameService.Graphics.SpriteScreen;
Title = "Todos";
Title = "To-Dos";
CanResize = !Settings.FixatedWindow.Value;
CanClose = false;
Opacity = Settings.WindowOpacityWhenNotFocussed.Value;
Expand Down

0 comments on commit 6926417

Please sign in to comment.