Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] (PR#4668) [Fwd: [PATCH] Add missing dot]
Home

[Freeciv-Dev] (PR#4668) [Fwd: [PATCH] Add missing dot]

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#4668) [Fwd: [PATCH] Add missing dot]
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2003 09:03:16 -0700
Reply-to: rt@xxxxxxxxxxxxxx



-------- Original Message --------
Subject: [Freeciv-Dev] [PATCH] Add missing dot
Date: Thu, 24 Jul 2003 13:49:29 +0200
From: Erik Sigra <sigra@xxxxxxx>
Reply-To: sigra@xxxxxxx
To: freeciv-dev@xxxxxxxxxxx




? 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++) {


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4668) [Fwd: [PATCH] Add missing dot], Jason Short <=