* don't translate citadel commands!
authorWilfried Göesgens <willi@citadel.org>
Thu, 6 Jul 2006 21:04:18 +0000 (21:04 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 6 Jul 2006 21:04:18 +0000 (21:04 +0000)
webcit/inetconf.c

index 85f98153bd195058e17e9d97b3aae7e86f5b4714..bee9bc2a82d2e19ebd6e963a5dd47bc0c2ee9a80 100644 (file)
@@ -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");