From: marcin mikołajczak Date: Sat, 9 Feb 2019 07:42:55 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12a44c7bb912f3e836d3834ac59c818663dd450f;p=friendica.git fix typo --- diff --git a/src/Model/Storage/Filesystem.php b/src/Model/Storage/Filesystem.php index e21e13ccdd..82e638158c 100644 --- a/src/Model/Storage/Filesystem.php +++ b/src/Model/Storage/Filesystem.php @@ -125,7 +125,7 @@ class Filesystem implements IStorage 'input', L10n::t('Storage base path'), self::getBasePath(), - L10n::t('Folder were uploaded files are saved. For maximum security, This should be a path outside web server folder tree') + L10n::t('Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree') ] ]; }