From 2c3df9ee0cac09e73dbc4410be7d46f04e3fc384 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 May 2017 11:30:51 +0200 Subject: [PATCH] More fixes Signed-off-by: Joas Schilling --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 2b74316219..04ad22d3bc 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -959,7 +959,7 @@ $CONFIG = array( /** * Replaces the default System Tags Manager Factory. This can be utilized if an * own or 3rdParty SystemTagsManager should be used that – for instance – uses the - * filesystem instead of the database to keep the comments. + * filesystem instead of the database to keep the tags. * * Defaults to ``\OC\SystemTag\ManagerFactory`` */