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:
@@ -107,6 +107,11 @@ public sealed class AtaInfoViewModel : ViewModelBase
|
||||
|
||||
public string AtaOrAtapiText { get; }
|
||||
|
||||
public string AtaMcptLabel => "Device is Media Card Pass Through";
|
||||
public string AtaMcptWriteProtectionLabel => "Media card is write protected";
|
||||
public string SaveAtaBinaryLabel => "Save binary to file";
|
||||
public string SaveAtaTextLabel => "Save text to file";
|
||||
|
||||
async Task ExecuteSaveAtaBinaryCommand()
|
||||
{
|
||||
var dlgSaveBinary = new SaveFileDialog();
|
||||
|
||||
Reference in New Issue
Block a user