Fix typo
This commit is contained in:
parent
0a624fc00f
commit
bf9e167441
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@
|
|||
if(!$version)
|
||||
$return['err'] = _("Unable to find ffmpeg");
|
||||
else
|
||||
$return['msg'] = sprintf(_("Found FFMPEG %s : %s"),$version,$$ffmpeg_path);
|
||||
$return['msg'] = sprintf(_("Found FFMPEG %s : %s"),$version,$ffmpeg_path);
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -362,4 +362,4 @@
|
|||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue