X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=b0e827455a0cd45c7219f1c4fb5e5af0bb09e84a;hb=c71df26b9d35c07eb9c1322a7e83caa86337ad82;hp=1cbc777417dee56b5904c6171802006723da7260;hpb=51834f3a61644b1f6f5a5f528cf36fbfbc73b2de;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 1cbc77741..b0e827455 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -128,7 +128,6 @@ void SetTitles(void) "specify the -h flag to the server when you start it up.\n" "note that it may not have a leading /"); - setup_titles[eSysAdminName] = _("Citadel administrator username:"); setup_text[eSysAdminName] = _( "Please enter the name of the Citadel user account that should be granted " @@ -136,7 +135,6 @@ void SetTitles(void) "this user account will be created if it does not exist. For external " "authentication this user account has to exist."); - setup_titles[eSysAdminPW] = _("Administrator password:"); setup_text[eSysAdminPW] = _( "Enter a password for the system administrator. When setup\n"