--- 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]; }