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:
@@ -73,6 +73,10 @@ public sealed class FileSystemViewModel
|
||||
FilesVisible = xmlFsType.FilesSpecified;
|
||||
}
|
||||
|
||||
public string BootableLabel => "Filesystem contains boot code";
|
||||
public string DirtyLabel => "Filesystem has not been unmounted correctly or contains errors";
|
||||
public string DetailsLabel => "Details";
|
||||
|
||||
public string TypeText { get; }
|
||||
public string VolumeNameText { get; }
|
||||
public string SerialNumberText { get; }
|
||||
|
||||
Reference in New Issue
Block a user