From 317b18bef8fbaa412b20e29b1fde8ddc6425cda2 Mon Sep 17 00:00:00 2001
From: Kamil Domanski <kdomanski@kdemail.net>
Date: Mon, 20 Jun 2011 17:13:18 +0200
Subject: [PATCH] make help translateable

---
 help/templates/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/help/templates/index.php b/help/templates/index.php
index a117c3d5fb..ac7e12b757 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>
 
 
-- 
GitLab