diff pidgin/gtkutils.c @ 16932:b668951121d8

Change the PIDGIN_NAME stuff to allow translators to transliterate the name. The only advantage of PIDGIN_NAME is that it reduces the number of strings in the .po file where they'd need to transliterate Pidgin. I'm not sure if that's useful or not.
author Richard Laager <rlaager@wiktel.com>
date Sun, 06 May 2007 00:44:41 +0000
parents a86d398435ea
children 825f0fe66304
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Sun May 06 00:43:29 2007 +0000
+++ b/pidgin/gtkutils.c	Sun May 06 00:44:41 2007 +0000
@@ -1417,7 +1417,7 @@
 			char *str, *str2;
 
 			str = g_strdup_printf(_("Cannot send folder %s."), basename);
-			str2 = g_strdup_printf(_("%s cannot transfer a folder. You will need to send the files within individually"), PIDGIN_NAME);
+			str2 = g_strdup_printf(_("%s cannot transfer a folder. You will need to send the files within individually."), PIDGIN_NAME);
 
 			purple_notify_error(NULL, NULL,
 					  str, str2);