mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Getting rid of gettext, moved some _(..) texts to themes and left some error
messages hard coded. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1503 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fe5c94b050
commit
c2b2d45bd6
28 changed files with 61 additions and 950 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue