Tue, 11 Nov 2003 03:10:15 +0000
[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)