From 344f586f194b86f5cd1569fcdda38328e7f2c8e8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 16 Aug 2020 13:03:18 -0400 Subject: [PATCH] Add language entry for ExistsInFileSystem --- web/lang/en_gb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index b3de1729d..fb730d86a 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -343,6 +343,7 @@ $SLANG = array( 'Export' => 'Export', 'DownloadVideo' => 'Download Video', 'GenerateDownload' => 'Generate Download', + 'ExistsInFileSystem' => 'Exists In File System', 'ExportFailed' => 'Export Failed', 'ExportFormat' => 'Export File Format', 'ExportFormatTar' => 'Tar',