diff --git a/help/templates/index.php b/help/templates/index.php index a117c3d5fb40195c4dc200a1d43a82be12a15f87..ac7e12b757a125a41ec60573ed884710b2241d41 100644 --- a/help/templates/index.php +++ b/help/templates/index.php @@ -1,5 +1,5 @@ -<h1>Questions and Answers</h1> +<h1><?php echo $l->t( 'Questions and Answers' ); ?></h1> <table cellspacing="0" width="100%"> <tbody> @@ -18,6 +18,6 @@ $pageNavi=OC_UTIL::getPageNavi($_['pagecount'],$_['page'],$url); $pageNavi->printPage(); ?> -<a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new">ASK A QUESTION</a> +<a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new"><?php echo $l->t( 'ASK A QUESTION' ); ?></a>