From 881026ca65ea4b3af4aab4a4a80cb93ca5d1fb4a Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 21 Apr 2021 22:11:49 +0800 Subject: [PATCH] fix hdr text --- lang/chs/lang_functions.php | 2 +- lang/cht/lang_functions.php | 2 +- lang/en/lang_functions.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/chs/lang_functions.php b/lang/chs/lang_functions.php index 596b1b81..fbfaeacb 100644 --- a/lang/chs/lang_functions.php +++ b/lang/chs/lang_functions.php @@ -312,7 +312,7 @@ $lang_functions = array 'text_tag_diy' => 'DIY', 'text_tag_mother_language' => '国语', 'text_tag_mother_language_subtitle' => '中字', - 'tag_hdr' => 'HDR', + 'text_tag_hdr' => 'HDR', 'text_required' => '不能为空', 'text_invalid' => '非法', 'text_technical_info' => '技术信息', diff --git a/lang/cht/lang_functions.php b/lang/cht/lang_functions.php index fe8e5fcf..06080ee0 100644 --- a/lang/cht/lang_functions.php +++ b/lang/cht/lang_functions.php @@ -313,7 +313,7 @@ $lang_functions = array 'text_tag_diy' => 'DIY', 'text_tag_mother_language' => '國語', 'text_tag_mother_language_subtitle' => '中字', - 'tag_hdr' => 'HDR', + 'text_tag_hdr' => 'HDR', 'text_required' => '不能為空', 'text_invalid' => '非法', 'text_technical_info' => '技術信息', diff --git a/lang/en/lang_functions.php b/lang/en/lang_functions.php index 02c7f29a..0e2f2d50 100644 --- a/lang/en/lang_functions.php +++ b/lang/en/lang_functions.php @@ -314,7 +314,7 @@ $lang_functions = array 'text_tag_diy' => 'DIY', 'text_tag_mother_language' => 'Mother language', 'text_tag_mother_language_subtitle' => 'Mother language subtitle', - 'tag_hdr' => 'HDR', + 'text_tag_hdr' => 'HDR', 'text_required' => 'Required', 'text_invalid' => 'Invalid', 'text_technical_info' => 'Technical Info',