[gaim-migrate @ 8085]

Tue, 11 Nov 2003 03:10:15 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 11 Nov 2003 03:10:15 +0000
changeset 7472
c0a1ad160033
parent 7471
5de677038f87
child 7473
881da47ca83f

[gaim-migrate @ 8085]
This _should_ be translatable... right?

src/log.c file | annotate | diff | comparison | revisions
--- a/src/log.c	Tue Nov 11 00:28:05 2003 +0000
+++ b/src/log.c	Tue Nov 11 03:10:15 2003 +0000
@@ -458,7 +458,7 @@
 	char *read, *minus_header;
 	*flags = GAIM_LOG_READ_NO_NEWLINE;
 	if (!log->logger_data)
-		return g_strdup("<font color=\"red\"><b>log->logger_data was NULL!</b></font>");
+		return g_strdup(_("<font color=\"red\"><b>log->logger_data was NULL!</b></font>"));
 	if (g_file_get_contents((char *)log->logger_data, &read, NULL, NULL)) {
 		minus_header = strchr(read, '\n');
 		if (!minus_header)
@@ -566,7 +566,7 @@
 	char *read, *minus_header;
 	*flags = 0;
 	if (!log->logger_data)
-		return g_strdup("<font color=\"red\"><b>log->logger_data was NULL!</b></font>");
+		return g_strdup(_("<font color=\"red\"><b>log->logger_data was NULL!</b></font>"));
 	if (g_file_get_contents((char *)log->logger_data, &read, NULL, NULL)) {
 		minus_header = strchr(read, '\n');
 		if (!minus_header)

mercurial