From 30eb4e833571091faf0ba46484caa322bd9292fc Mon Sep 17 00:00:00 2001
From: PVNFU-28 <34801669+PVNFU-28@users.noreply.github.com>
Date: Tue, 16 Feb 2021 23:33:52 -0300
Subject: [PATCH] Update config.php
Fixes https://github.com/vichan-devel/vichan/issues/404
---
inc/config.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inc/config.php b/inc/config.php
index 64b5b303..16a7d848 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -1154,7 +1154,7 @@
$config['error']['webmerror'] = _('There was a problem processing your webm.');//Is this error used anywhere ?
$config['error']['invalidwebm'] = _('Invalid webm uploaded.');
$config['error']['webmhasaudio'] = _('The uploaded webm contains an audio or another type of additional stream.');
- $config['error']['webmtoolong'] = _('The uploaded webm is longer than ' . $config['webm']['max_length'] . ' seconds.');
+ $config['error']['webmtoolong'] =_('The uploaded webm is longer than %d seconds.');
$config['error']['fileexists'] = _('That file already exists!');
$config['error']['fileexistsinthread'] = _('That file already exists in this thread!');
$config['error']['delete_too_soon'] = _('You\'ll have to wait another %s before deleting that.');