Aligning Kill Process with End Task naming (#40263)

- Renaming "Kill process" to "End task" to align with Windows.
- Updating End task and Close window icons to align with End Task in
Windows.

---------

Co-authored-by: Niels Laute <niels.laute@live.nl>
This commit is contained in:
Michael Jolley
2025-06-30 10:17:56 -05:00
committed by GitHub
parent a6a874dd81
commit 7ad95e29b5
5 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ internal sealed partial class CloseWindowCommand : InvokableCommand
public CloseWindowCommand(Window window)
{
Icon = new IconInfo("\xE8BB");
Icon = new IconInfo("\uE894");
Name = $"{Resources.windowwalker_Close}";
_window = window;
}