pidgin/gtkft.c

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 36577
0f30fdfb84be
--- a/pidgin/gtkft.c	Sun Sep 01 05:01:14 2013 +0530
+++ b/pidgin/gtkft.c	Sun Sep 01 14:24:24 2013 +0530
@@ -1170,10 +1170,10 @@
 				}
 			}
 
-			/* Try the first format given by the PRPL without options */
+			/* Try the first format given by the protocol without options */
 			if (format == NULL) {
 				purple_debug_info("ft",
-				    "creating thumbnail of format %s as demanded by PRPL\n",
+				    "creating thumbnail of format %s as demanded by protocol\n",
 				    formats_split[0]);
 				format = formats_split[0];
 			}

mercurial