Browse Source

obs-ffmpeg: Use period for localized sentences

jpark37 3 years ago
parent
commit
f1e0844a58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/obs-ffmpeg/data/locale/en-US.ini

+ 2 - 2
plugins/obs-ffmpeg/data/locale/en-US.ini

@@ -30,8 +30,8 @@ NVENC.LookAhead.ToolTip="Enables dynamic B-frames.\n\nIf disabled, the encoder w
 NVENC.PsychoVisualTuning="Psycho Visual Tuning"
 NVENC.PsychoVisualTuning.ToolTip="Enables encoder settings that optimize the use of bitrate for increased perceived visual quality,\nespecially in situations with high motion, at the cost of increased GPU utilization."
 NVENC.CQLevel="CQ Level"
-NVENC.10bitUnsupported="Cannot perform 10-bit encode on this encoder"
-NVENC.TooManyBFrames="Max B-frames setting (%d) is more than encoder supports (%d)"
+NVENC.10bitUnsupported="Cannot perform 10-bit encode on this encoder."
+NVENC.TooManyBFrames="Max B-frames setting (%d) is more than encoder supports (%d)."
 
 FFmpegSource="Media Source"
 LocalFile="Local File"