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:
@@ -86,4 +86,10 @@ public sealed class SdMmcInfoViewModel
|
||||
public string OcrText { get; }
|
||||
public string ExtendedCsdText { get; }
|
||||
public string ScrText { get; }
|
||||
|
||||
public string CidLabel => "CID";
|
||||
public string CsdLabel => "CSD";
|
||||
public string OcrLabel => "OCR";
|
||||
public string ExtendedCsdLabel => "Extended CSD";
|
||||
public string ScrLabel => "SCR";
|
||||
}
|
||||
Reference in New Issue
Block a user