Skip to content

Commit 49c4406

Browse files
authored
Update video_mencoder.lua
fix linebrakes
1 parent fedf222 commit 49c4406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/video_mencoder.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ end
5151

5252
local function create_video_mencoder(storage, image_table, extra_data)
5353
dt.print("video_mencoder is deprecated. Please use video_ffmpeg instead. Please see the log for more details.")
54-
dt.print_log("The mencoder executable is no longer distributed as part of most distributions,\n
55-
therefore video_mencoder is deprecated. video_ffmpeg should be used in it's place. video_mencoder\n
56-
will be removed when darktable 2.8 is released.")
54+
dt.print_log("The mencoder executable is no longer distributed as part of most distributions,")
55+
dt.print_log("therefore video_mencoder is deprecated. video_ffmpeg should be used in it's place. video_mencoder")
56+
dt.print_log("will be removed when darktable 2.8 is released.")
5757
if not df.check_if_bin_exists("mencoder") then
5858
dt.print_error(_("mencoder not found"))
5959
return

0 commit comments

Comments
 (0)