From d3ccca98744e39d7909dbf6de33a5e7f11e456b3 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 4 Jul 2011 20:04:42 +0000 Subject: [PATCH] Fix missing appname --- infolog/inc/class.infolog_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 85388b0595..516d567d46 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -393,7 +393,7 @@ class infolog_hooks 'size' => 60, 'label' => 'Directory with documents to insert entries', 'name' => 'document_dir', - 'help' => lang('If you specify a directory (full vfs path) here, %1 displays an action for each document. That action allows to download the specified document with the data inserted.').' '. + 'help' => lang('If you specify a directory (full vfs path) here, %1 displays an action for each document. That action allows to download the specified document with the data inserted.',lang('infolog')).' '. lang('The document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2).','','','info_subject').' '. lang('The following document-types are supported:').'*.rtf, *.txt', 'run_lang' => false,