Move all strings to properties in Aaru.Gui.

This commit is contained in:
2022-11-16 21:40:54 +00:00
parent 2f9b7fe0a1
commit ecb4842071
56 changed files with 934 additions and 458 deletions

View File

@@ -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();