Moved strings to localizable resources.

This commit is contained in:
2025-10-27 19:27:23 +00:00
parent 02aaf2032f
commit 72f2499757
5 changed files with 51 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ public partial class MainWindowViewModel : ViewModelBase
[
new RootModel
{
Name = "Nothing opened."
Name = UI.Nothing_opened
}
];