diff pidgin/pidgin.h @ 25364:087419df2cfe

Two minor cleanups to the message about the invisible character in pidgin.h.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Jan 2009 02:42:56 +0000
parents 17b840986607
children cfb4e3dc7a23
line wrap: on
line diff
--- a/pidgin/pidgin.h	Sat Jan 24 02:19:14 2009 +0000
+++ b/pidgin/pidgin.h	Sat Jan 24 02:42:56 2009 +0000
@@ -93,10 +93,10 @@
 
 #if !GTK_CHECK_VERSION(2,16,0)
 /*
- * Older version of GNOME defaulted to using an asterisk as the invisible
+ * Older versions of GNOME defaulted to using an asterisk as the invisible
  * character.  But this is ugly and we want to use something nicer.
  *
- * The default invisible character was changed in Gnome revision 21446
+ * The default invisible character was changed in GNOME revision 21446
  * (GTK+ 2.16) from an asterisk to the first available character out of
  * 0x25cf, 0x2022, 0x2731, 0x273a.  See GNOME bugs 83935 and 307304 for
  * discussion leading up to the change.