diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php
index 021feea2a..b51692675 100644
--- a/include/friendica_smarty.php
+++ b/include/friendica_smarty.php
@@ -48,7 +48,7 @@ class FriendicaSmartyEngine implements ITemplateEngine {
public function __construct(){
if(!is_writable('view/smarty3/')){
- echo "ERROR: folder view/tpl/smarty3/ must be writable by webserver."; killme();
+ echo "ERROR: folder view/smarty3/ must be writable by webserver."; killme();
}
}