]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove gettext wrapper from log msg
authorZach Copley <zach@status.net>
Fri, 30 Sep 2011 18:20:22 +0000 (18:20 +0000)
committerZach Copley <zach@status.net>
Fri, 30 Sep 2011 18:20:22 +0000 (18:20 +0000)
plugins/Bookmark/bookmarklistitem.php

index a0d98d591a777b335b1ed0ce0f6940315fd97c56..381864c21cf53ee90600268eaccfae75aeb28aeb 100644 (file)
@@ -75,7 +75,7 @@ class BookmarkListItem extends NoticeListItemAdapter
             common_log(
                 LOG_ERR,
                 sprintf(
-                    _m('Bookmark %1$s (notice %2$d) has no attachments.'),
+                    'Bookmark %1$s (notice %2$d) has no attachments.',
                     $nb->id,
                     $notice->id
                 )