]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Implemented reply # command, allowing users to favorite specific notices by the notice id
[quix0rs-gnu-social.git] / actions / replies.php
index cca43023097c2f11ff5806cf629488cd88831bd9..6003ad30bde3e60b5a7fb5b9f953d20d1d634583 100644 (file)
@@ -192,9 +192,7 @@ class RepliesAction extends OwnerDesignAction
             }
         }
         else {
-            $message .= sprintf(_('Why not [register an account](%%%%action.%s%%%%) and then nudge %s or post a notice to his or her attention.'),
-                                (!common_config('site','openidonly')) ? 'register' : 'openidlogin',
-                                $this->user->nickname);
+            $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to his or her attention.'), $this->user->nickname);
         }
 
         $this->elementStart('div', 'guide');