[GUI] Add missing translation for button in device list view.

This commit is contained in:
2025-11-20 21:08:56 +00:00
parent 58ef5febeb
commit 0a37bbc4fc
4 changed files with 13 additions and 1 deletions

View File

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