Add ROM set category.

This commit is contained in:
2020-09-05 01:52:43 +01:00
parent 38b298e19d
commit 9f14a82222
17 changed files with 537 additions and 26 deletions

View File

@@ -704,5 +704,11 @@ namespace RomRepoMgr.Resources {
return ResourceManager.GetString("FilesystemMenuUmountText", resourceCulture);
}
}
internal static string RomSetCategoryLabel {
get {
return ResourceManager.GetString("RomSetCategoryLabel", resourceCulture);
}
}
}
}