? remove_wrong_comment_from_stdinhand ? stdinhand.orig.c ? tinyisles-text.diff ? try_again.diff ? upgrade_unittype_plural_fix-1.diff Index: connecthand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/connecthand.c,v retrieving revision 1.9 diff -u -3 -p -r1.9 connecthand.c --- connecthand.c 2003/07/18 22:56:27 1.9 +++ connecthand.c 2003/07/24 11:47:02 @@ -527,7 +527,7 @@ static bool is_good_password(const char my_snprintf(msg, MAX_LEN_MSG, _("The password must have at least %d capital letters, %d " "numbers, and be at minimum %d [printable] characters long. " - "Try again"), + "Try again."), MIN_PASSWORD_CAPS, MIN_PASSWORD_NUMS, MIN_PASSWORD_LEN); for (i = 0; i < strlen(password); i++) {