X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=bee9bc2a82d2e19ebd6e963a5dd47bc0c2ee9a80;hb=0dcbf713ac10921a9af84938640fa1696448a8c5;hp=85f98153bd195058e17e9d97b3aae7e86f5b4714;hpb=46981e9afa835f2ced47b817bb33d612daefad3a;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 85f98153b..bee9bc2a8 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -35,12 +35,13 @@ void display_inetconf(void) char *ic_boxtitle[ic_max]; char *ic_desc[ic_max]; - ic_keyword[0] = _("localhost"); - ic_keyword[1] = _("directory"); - ic_keyword[2] = _("gatewaydomain"); - ic_keyword[3] = _("smarthost"); - ic_keyword[4] = _("rbl"); - ic_keyword[5] = _("spamassassin"); + /* DON'T NEVER EVER AGAIN TRANSLATE CITADEL COMMANDS! */ + ic_keyword[0] = "localhost"; + ic_keyword[1] = "directory"; + ic_keyword[2] = "gatewaydomain"; + ic_keyword[3] = "smarthost"; + ic_keyword[4] = "rbl"; + ic_keyword[5] = "spamassassin"; ic_boxtitle[0] = _("Local host aliases"); ic_boxtitle[1] = _("Directory domains");