From 7103691048fe9ea367ee3073d4f032d471c5a6da Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Sat, 12 Feb 2022 13:54:22 +0530 Subject: [PATCH] Fix - typo error #641 --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 9dc7031..61937d7 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -4117,7 +4117,7 @@ function lng($txt) { // new - novos - $tr['en']['Advanced Search'] = 'Advanced Search'; $tr['en']['Error while copying fro'] = 'Error while copying fro'; + $tr['en']['Advanced Search'] = 'Advanced Search'; $tr['en']['Error while copying from'] = 'Error while copying from'; $tr['en']['Nothing selected'] = 'Nothing selected'; $tr['en']['Paths must be not equal'] = 'Paths must be not equal'; $tr['en']['Renamed from'] = 'Renamed from'; $tr['en']['Archive not unpacked'] = 'Archive not unpacked'; $tr['en']['Deleted'] = 'Deleted'; $tr['en']['Archive not created'] = 'Archive not created';