From adab6de86d09dfb844724ad6fffb9da7736a2b11 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 8 Apr 2024 07:40:31 +0200 Subject: [PATCH] preset: Rename Production category to Professional. --- libhb/handbrake/preset_builtin.h | 2 +- preset/preset_builtin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libhb/handbrake/preset_builtin.h b/libhb/handbrake/preset_builtin.h index c7afb8d76a4a..14290c2a09d6 100644 --- a/libhb/handbrake/preset_builtin.h +++ b/libhb/handbrake/preset_builtin.h @@ -9757,7 +9757,7 @@ const char hb_builtin_presets_json[] = " }\n" " ],\n" " \"Folder\": true,\n" -" \"PresetName\": \"Production\",\n" +" \"PresetName\": \"Professional\",\n" " \"Type\": 0\n" " }\n" " ],\n" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index addb9468cc0d..0aaaa0471ca4 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -10023,7 +10023,7 @@ } ], "Folder": true, - "PresetName": "Production", + "PresetName": "Professional", "Type": 0 } ]