Skip to content

Commit

Permalink
Fix display of header
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 3, 2014
1 parent dd44a7b commit 12346f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trean/app/controllers/BrowseByTag.php
Expand Up @@ -20,7 +20,7 @@ public function processRequest(Horde_Controller_Request $request, Horde_Controll
}

Trean::addFeedLink();
$title = sprintf(_("tagged %s"), $tag);
$title = sprintf(_("Tagged with %s"), urldecode($tag));
$page_output->header(array(
'title' => $title
));
Expand Down

0 comments on commit 12346f1

Please sign in to comment.