]> code.citadel.org Git - citadel.git/blobdiff - webcit/subst.c
* subst.c summary.c sysmsgs.c : i18n
[citadel.git] / webcit / subst.c
index 562ae254e1badbeb533be6742e7ee4d0ada0f7e2..ac73e327ff3c2d2ee19ba6b476f4eb3276592ccd 100644 (file)
@@ -202,7 +202,7 @@ void do_template(void *templatename) {
        
        fp = fopen(filename, "r");
        if (fp == NULL) {
-               wprintf("<BLINK>ERROR</BLINK> - could not open template ");
+               wprintf(_("ERROR: could not open template "));
                wprintf("'%s' - %s<br />\n",
                        templatename, strerror(errno));
                return;