[Image verification] Allow to verify only data (non-audio) tracks.

This commit is contained in:
2025-11-24 01:23:30 +00:00
parent bfe36a62e1
commit 389ae5d5d5
6 changed files with 51 additions and 18 deletions

View File

@@ -6675,5 +6675,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Encryption", resourceCulture);
}
}
public static string Verify_only_data_help {
get {
return ResourceManager.GetString("Verify_only_data_help", resourceCulture);
}
}
}
}