From 319a0b1f3302f13b470bc2f17f4eb60805eac2e9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Aug 2019 20:12:04 -0400 Subject: [PATCH] oops --- citadel/utils/setup.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 4c1bab1aa..df16c0ea7 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -959,21 +959,19 @@ void fixnss(void) { * We keep them here so we don't lose the translations if we need them later. */ void niu_messages() { - 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.")); +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[]) { int a, i; -- 2.30.2