From: Zach Copley Date: Fri, 30 Sep 2011 18:20:22 +0000 (+0000) Subject: Remove gettext wrapper from log msg X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e7ef9e2117c02d7a75c12d4c931431e545f0bb15;p=quix0rs-gnu-social.git Remove gettext wrapper from log msg --- diff --git a/plugins/Bookmark/bookmarklistitem.php b/plugins/Bookmark/bookmarklistitem.php index a0d98d591a..381864c21c 100644 --- a/plugins/Bookmark/bookmarklistitem.php +++ b/plugins/Bookmark/bookmarklistitem.php @@ -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 )