From fe631a92801d506cf90487b11a83c5f8cae47330 Mon Sep 17 00:00:00 2001 From: pyorot Date: Wed, 18 Dec 2024 04:53:21 +0000 Subject: [PATCH] suggestions from @mertalev + revert accidental EOF \n deletion --- i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 216a000598..0be9b8d5e9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -279,7 +279,7 @@ "transcoding_accepted_containers_description": "Select which container formats do not need to be remuxed to MP4. Only used for certain transcode policies.", "transcoding_accepted_video_codecs": "Accepted video codecs", "transcoding_accepted_video_codecs_description": "Select which video codecs do not need to be transcoded. Only used for certain transcode policies.", - "transcoding_advanced_options_description": "Encoding options most users should not need to change", + "transcoding_advanced_options_description": "Options most users should not need to change", "transcoding_audio_codec": "Audio codec", "transcoding_audio_codec_description": "Opus is the highest quality option, but has lower compatibility with old devices or software.", "transcoding_bitrate_description": "Videos higher than max bitrate or not in an accepted format", @@ -313,7 +313,7 @@ "transcoding_reference_frames_description": "The number of frames to reference when compressing a given frame. Higher values improve compression efficiency, but slow down encoding. 0 sets this value automatically.", "transcoding_required_description": "Only videos not in an accepted format", "transcoding_settings": "Video Transcoding Settings", - "transcoding_settings_description": "Manage which videos to transcode and how to encode them", + "transcoding_settings_description": "Manage which videos to transcode and how to process them", "transcoding_target_resolution": "Target resolution", "transcoding_target_resolution_description": "Higher resolutions can preserve more detail but take longer to encode, have larger file sizes, and can reduce app responsiveness.", "transcoding_temporal_aq": "Temporal AQ", @@ -1341,4 +1341,4 @@ "yes": "Yes", "you_dont_have_any_shared_links": "You don't have any shared links", "zoom_image": "Zoom Image" -} \ No newline at end of file +}