]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Fave.php
- Update getrequesttoken test script to use 1.0a
[quix0rs-gnu-social.git] / classes / Fave.php
index 059b339cd27a62e7b8deb8c8c05e7e353c6c9fcc..9922ae45c54bbc626965624f7bce05b9d9c0b735 100644 (file)
@@ -148,7 +148,7 @@ class Fave extends Memcached_DataObject
         $act->title   = _("Favor");
         // TRANS: Ntofication given when a user marks a notice as favorite.
         // TRANS: %1$s is a user nickname or full name, %2$s is a notice URI.
-        $act->content = sprintf(_("%1$s marked notice %2$s as a favorite."),
+        $act->content = sprintf(_('%1$s marked notice %2$s as a favorite.'),
                                $profile->getBestName(),
                                $notice->uri);