Mercurial > pidgin
changeset 7472:24201ff324f8
[gaim-migrate @ 8085]
This _should_ be translatable... right?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 11 Nov 2003 03:10:15 +0000 |
parents | 68020c122954 |
children | 859e4cf4d472 |
files | src/log.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)