Skip to content

Commit

Permalink
Text Replace with interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boban committed Mar 12, 2012
1 parent 4bc12d8 commit 2648476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Lampcms/Controllers/Unanswered.php
Expand Up @@ -132,7 +132,7 @@ protected function getCursor(){
* uncache onQuestionVote, onQuestionComment
*/
case 'noanswer':
$this->title = $this->_('Questions with no answers');
$this->title = $this->_('Topics without response');
$this->pagerPath = '/unanswered/noanswers';
$where = array('i_ans' => 0);
$this->typeDiv = Urhere::factory($this->Registry)->get('tplQuntypes', 'noanswer');
Expand Down
2 changes: 1 addition & 1 deletion lib/Lampcms/Forms/Askform.php
Expand Up @@ -154,7 +154,7 @@ protected function init(){
$this->setVar('Preview', $this->Tr['Preview']);
$this->setVar('title_d', $this->Tr['Enter a descriptive title']);
$this->setVar('title_l', $this->Tr['Title']);
$this->setVar('submit', $this->Tr['Ask Question']);
$this->setVar('submit', $this->Tr['Start new topic']);
$this->setVar('category_menu', $selectMenu);
if(0 === strlen($categs)){
$this->setVar('category_class', 'hide');
Expand Down

0 comments on commit 2648476

Please sign in to comment.