Do not localize any debug messages, as described in #648. soc.2007.msimprpl

Sun, 13 May 2007 19:53:34 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Sun, 13 May 2007 19:53:34 +0000
branch
soc.2007.msimprpl
changeset 17896
b720bb6e3307
parent 17895
6c2facc6c33b
child 17897
8f844632f315

Do not localize any debug messages, as described in #648.

$ grep '_(' *|grep debug
$

libpurple/protocols/myspace/myspace.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/myspace/myspace.c	Thu May 10 04:25:40 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Sun May 13 19:53:34 2007 +0000
@@ -92,7 +92,7 @@
     GList *types;
     PurpleStatusType *type;
 
-    purple_debug_info("myspace", _("returning status types for %s: %s, %s, %s\n"),
+    purple_debug_info("myspace", "returning status types for %s: %s, %s, %s\n",
                   acct->username,
                   MSIM_STATUS_ONLINE, MSIM_STATUS_AWAY, MSIM_STATUS_OFFLINE, MSIM_STATUS_INVISIBLE);
 

mercurial