]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/WikiHashtags/WikiHashtagsPlugin.php
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / plugins / WikiHashtags / WikiHashtagsPlugin.php
index c6c976b8f46849cd79150d1c8d19295857475aa0..46ae4bc0689091bfeacf5eb1c0fd927239148625 100644 (file)
@@ -81,16 +81,16 @@ class WikiHashtagsPlugin extends Plugin
                     $action->raw($html);
                     $action->elementStart('p');
                     $action->element('a', array('href' => $editurl,
-                                                'title' => sprintf(_('Edit the article for #%s on WikiHashtags'), $tag)),
-                                     _('Edit'));
+                                                'title' => sprintf(_m('Edit the article for #%s on WikiHashtags'), $tag)),
+                                     _m('Edit'));
                     $action->element('a', array('href' => 'http://www.gnu.org/copyleft/fdl.html',
-                                                'title' => _('Shared under the terms of the GNU Free Documentation License'),
+                                                'title' => _m('Shared under the terms of the GNU Free Documentation License'),
                                                 'rel' => 'license'),
                                      'GNU FDL');
                     $action->elementEnd('p');
                 } else {
                     $action->element('a', array('href' => $editurl),
-                                     sprintf(_('Start the article for #%s on WikiHashtags'), $tag));
+                                     sprintf(_m('Start the article for #%s on WikiHashtags'), $tag));
                 }
 
                 $action->elementEnd('div');