From 12d52a05c6852db2cee15e1848483b87476f8b8b Mon Sep 17 00:00:00 2001 From: Fraser Murray Date: Mon, 10 Oct 2016 08:18:13 +0100 Subject: [PATCH] Update lang.php Fixed spelling of downlaod --- resources/lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index 11b83ae46..71192cd81 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -438,7 +438,7 @@ return [ 'default' => 'default', 'language-settings' => 'Language Settings', 'iso-code' => 'ISO-CODE', - 'download' => 'Downlaod', + 'download' => 'Download', 'upload_file' => 'Upload File', 'enter_iso-code' => 'Enter ISO-CODE', 'eg.' => 'Example',