]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/conversationreplies.php
Merge remote branch 'gitorious/1.0.x' into 1.0.x
[quix0rs-gnu-social.git] / actions / conversationreplies.php
index 8c590aa3af7e85a677b3115c330c6dab3b926364..21780fdf1da4a16d9545ce6d9f9250564dc3e2e6 100644 (file)
@@ -47,7 +47,6 @@ require_once INSTALLDIR.'/lib/noticelist.php';
  */
 class ConversationRepliesAction extends ConversationAction
 {
-
     function handle($args)
     {
         if ($this->boolean('ajax')) {
@@ -80,7 +79,8 @@ class ConversationRepliesAction extends ConversationAction
         $this->xw->startDocument('1.0', 'UTF-8');
         $this->elementStart('html');
         $this->elementStart('head');
-        $this->element('title', null, _('Notice'));
+        // TRANS: Title for conversation page.
+        $this->element('title', null, _m('TITLE','Notice'));
         $this->elementEnd('head');
         $this->elementStart('body');
         $this->showContent();