X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=0ca8914cb4f8d8174bb08b098e4130c07490cbdf;hb=e55aafc51f35455a671ba62e49df13cfea2c7e98;hp=619b8b27e168ee02eadec2067833bc858cf91dbf;hpb=43f77abee03ab8a892bc72b5098dba033c4b654e;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 619b8b27e..0ca8914cb 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -643,18 +643,21 @@ void edit_value(int curr) { // Messages that are no longer in use. // We keep them here so we don't lose the translations if we need them later. -#if 0 -important_message(_("Setup finished"), -_("Setup of the Citadel server is complete.\n" -"If you will be using WebCit, please run its\n" -"setup program now; otherwise, run './citadel'\n" -"to log in.\n")); -important_message(_("Setup failed"), -_("Setup is finished, but the Citadel server failed to start.\n" -"Go back and check your configuration.\n"); -important_message(_("Setup finished"), -_("Setup is finished. You may now start the server.")); -#endif +void unused_messages(void) { + important_message(_("Setup finished"), + _("Setup of the Citadel server is complete.\n" + "If you will be using WebCit, please run its\n" + "setup program now; otherwise, run './citadel'\n" + "to log in.\n") + ); + important_message(_("Setup failed"), + _("Setup is finished, but the Citadel server failed to start.\n" + "Go back and check your configuration.\n") + ); + important_message(_("Setup finished"), + _("Setup is finished. You may now start the server.") + ); +} int main(int argc, char *argv[]) {