diff --git a/addressbook/inc/class.contacts_admin_prefs.inc.php b/addressbook/inc/class.contacts_admin_prefs.inc.php
index 89f6183ac6..fab51cec11 100644
--- a/addressbook/inc/class.contacts_admin_prefs.inc.php
+++ b/addressbook/inc/class.contacts_admin_prefs.inc.php
@@ -236,6 +236,7 @@ class contacts_admin_prefs
'help' => lang('If you specify a document (full vfs path) here, addressbook displays an extra document icon for each address. That icon allows to download the specified document with the contact data inserted.').' '.
lang('The document can contain placeholder like $$n_fn$$, to be replaced with the contact data (%1full list of placeholder names%2).','','').' '.
lang('At the moment the following document-types are supported:').'*.rtf, *.txt',
+ 'run_lang' => false,
'xmlrpc' => True,
'admin' => False,
);
@@ -247,6 +248,7 @@ class contacts_admin_prefs
'help' => lang('If you specify a directory (full vfs path) here, addressbook displays an action for each document. That action allows to download the specified document with the contact data inserted.').' '.
lang('The document can contain placeholder like $$n_fn$$, to be replaced with the contact data (%1full list of placeholder names%2).','','').' '.
lang('At the moment the following document-types are supported:').'*.rtf, *.txt',
+ 'run_lang' => false,
'xmlrpc' => True,
'admin' => False,
);