]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/favorform.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / lib / favorform.php
index 956cc896a222a4880012e694be7789408b771350..eab5ba6e9c84847fda0e31202bcfe4219547d822 100644 (file)
@@ -135,8 +135,8 @@ class FavorForm extends Form
                            _m('BUTTON','Favor'),
                            'submit',
                            null,
-                           // TRANS: Title for button text for adding the favourite status to a notice.
-                           _('Favor this notice'));
+                           // TRANS: Button title for adding the favourite status to a notice.
+                           _('Add this notice to your list of favorite notices.'));
     }
 
     /**
@@ -146,6 +146,6 @@ class FavorForm extends Form
      */
     function formClass()
     {
-        return 'form_favor';
+        return 'form_favor ajax';
     }
 }