mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +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
|
|
@ -414,9 +414,9 @@ static void sig_gui_dialog(const char *type, const char *text)
|
|||
char *format;
|
||||
|
||||
if (g_strcasecmp(type, "warning") == 0)
|
||||
format = _("%_Warning:%_ %s");
|
||||
format = "%_Warning:%_ %s";
|
||||
else if (g_strcasecmp(type, "error") == 0)
|
||||
format = _("%_Error:%_ %s");
|
||||
format = "%_Error:%_ %s";
|
||||
else
|
||||
format = "%s";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue