]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/nudgeform.php
Add notice tags to RSS 1.0 output.
[quix0rs-gnu-social.git] / lib / nudgeform.php
index 6374a76986ccc9b92c5ce3c2a2ba03ab878f5eee..7380462a7d9d0e129f3446fed640e2bd702ed592 100644 (file)
@@ -105,6 +105,18 @@ class NudgeForm extends Form
                                 array('nickname' => $this->profile->nickname));
     }
 
+
+    /**
+     * Legend of the Form
+     *
+     * @return void
+     */
+    function formLegend()
+    {
+        $this->out->element('legend', null, _('Nudge this user'));
+    }
+
+
     /**
      * Action elements
      *
@@ -113,6 +125,6 @@ class NudgeForm extends Form
 
     function formActions()
     {
-        $this->out->submit('submit', _('Send a nudge'));
+        $this->out->submit('submit', _('Nudge'), 'submit', null, _('Send a nudge to this user'));
     }
 }