]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove i18n fix from previous commit: this is a debug log entry.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 19 Aug 2011 15:09:44 +0000 (17:09 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 19 Aug 2011 15:09:44 +0000 (17:09 +0200)
plugins/Realtime/RealtimePlugin.php

index 2b3bc6bf0338c291c9bd392b855c29933d6cb244..6011bbc0356424a2254ab0e44bf5d0ca035d0ebe 100644 (file)
@@ -366,11 +366,11 @@ class RealtimePlugin extends Plugin
             $convurl = $conv->uri;
 
             if(empty($convurl)) {
-                $msg = sprintf( _m("Could not find Conversation ID %d to make 'in context'"
+                $msg = sprintf( "Could not find Conversation ID %d to make 'in context'"
                     . "link for Notice ID %d.",
                     $notice->conversation,
                     $notice->id
-                ));
+                );
 
                 common_log(LOG_WARNING, $msg);
             } else {