# HG changeset patch # User Mark Doliner # Date 1068520215 0 # Node ID 24201ff324f85c2fe377d34b8a12aee43459d578 # Parent 68020c1229540f02f18ee9e8a832b5ae292ac2b8 [gaim-migrate @ 8085] This _should_ be translatable... right? committer: Tailor Script diff -r 68020c122954 -r 24201ff324f8 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)