mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Removed the N_() from module formats, the internationalization should be
done in theme files instead of in pot files.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@192 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a5a66264de
commit
8cfcd1b40f
6 changed files with 219 additions and 219 deletions
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
FORMAT_REC gui_text_formats[] =
|
||||
{
|
||||
{ MODULE_NAME, N_("Text user interface"), 0 },
|
||||
{ MODULE_NAME, "Text user interface", 0 },
|
||||
|
||||
{ "lastlog_start", N_("%_Lastlog:"), 0 },
|
||||
{ "lastlog_end", N_("%_End of Lastlog"), 0 },
|
||||
{ "lastlog_start", "%_Lastlog:", 0 },
|
||||
{ "lastlog_end", "%_End of Lastlog", 0 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue