]> git.mxchange.org Git - friendica.git/commitdiff
fix typo
authormarcin mikołajczak <m4sk1n@vivaldi.net>
Sat, 9 Feb 2019 07:42:55 +0000 (08:42 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Feb 2019 07:42:55 +0000 (08:42 +0100)
src/Model/Storage/Filesystem.php

index e21e13ccdd6905af34ce5ce3bbe66530d1d43216..82e638158c57933125ee435e820246bb0e60a692 100644 (file)
@@ -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')
                        ]
                ];
        }