From e7ef9e2117c02d7a75c12d4c931431e545f0bb15 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 30 Sep 2011 18:20:22 +0000 Subject: [PATCH] Remove gettext wrapper from log msg --- plugins/Bookmark/bookmarklistitem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )