aboutsummaryrefslogtreecommitdiffstats
path: root/mod/help.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-13 17:59:45 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-13 17:59:45 -0700
commit364025e550341b2922104e83d2a2fddaf4f21652 (patch)
tree20813d8d3d5481764c0cba50aa3cb8e9a5a53033 /mod/help.php
parentc82082d2bbb00294d62330d577dcdbc9ec6b9d1c (diff)
downloadvolse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.gz
volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.bz2
volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.zip
remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script.
Diffstat (limited to 'mod/help.php')
-rw-r--r--mod/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/help.php b/mod/help.php
index 0081e54e7..3d7c0a628 100644
--- a/mod/help.php
+++ b/mod/help.php
@@ -97,7 +97,7 @@ function help_content(&$a) {
$content = preg_replace_callback("/#include (.*?)\;/ism", 'preg_callback_help_include', $content);
return replace_macros(get_markup_template("help.tpl"), array(
- '$content' => $content
+ '$content' => translate_projectname($content)
));
}