oops
authorArt Cancro <ajc@citadel.org>
Wed, 21 Aug 2019 00:12:04 +0000 (20:12 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Aug 2019 00:12:04 +0000 (20:12 -0400)
citadel/utils/setup.c

index 4c1bab1aa7b98b644095d81e277f5e4fe3e6b924..df16c0ea704921d18a73ab0488f66412e9e5f413 100644 (file)
@@ -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;