# HG changeset patch # User Mark Doliner # Date 1068520215 0 # Node ID c0a1ad1600338384a0c946e6a4971aa4705a7a87 # Parent 5de677038f876c81d96d2c352dcf3891e1bd99d2 [gaim-migrate @ 8085] This _should_ be translatable... right? diff -r 5de677038f87 -r c0a1ad160033 src/log.c --- 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("log->logger_data was NULL!"); + return g_strdup(_("log->logger_data was NULL!")); 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("log->logger_data was NULL!"); + return g_strdup(_("log->logger_data was NULL!")); if (g_file_get_contents((char *)log->logger_data, &read, NULL, NULL)) { minus_header = strchr(read, '\n'); if (!minus_header)