diff options
Diffstat (limited to 'src/fe-common/core/themes.c')
-rw-r--r-- | src/fe-common/core/themes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index ac077d9d..de9b6dee 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -788,7 +788,7 @@ static int theme_read(THEME_REC *theme, const char *path, const char *data) config_parse(config); if (config_last_error(config) != NULL) { - str = g_strdup_printf(_("Ignored errors in theme %s:\n%s"), + str = g_strdup_printf("Ignored errors in theme %s:\n%s", theme->name, config_last_error(config)); read_error(str); g_free(str); |