mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all strings to properties in Aaru.Gui.
This commit is contained in:
@@ -64,6 +64,9 @@ public sealed class ViewSectorViewModel : ViewModelBase
|
||||
SectorNumber = 0;
|
||||
}
|
||||
|
||||
public string SectorLabel => "Sector";
|
||||
public string LongSectorLabel => "Show long sector";
|
||||
|
||||
public string Title
|
||||
{
|
||||
get => _title;
|
||||
|
||||
Reference in New Issue
Block a user