Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: (PR#6821) Update helptext
Home

[Freeciv-Dev] Re: (PR#6821) Update helptext

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: a-l@xxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6821) Update helptext
From: "Raimar Falke" <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Tue, 11 Nov 2003 02:05:58 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=6821 >

On Mon, Nov 10, 2003 at 03:27:52PM -0800, Arnstein Lindgard wrote:
> 
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=6821 >
> 
> Update helptext.

I applied the second part.

The first part:

> --- client/helpdata.c 8 Oct 2003 17:59:35 -0000       1.65
> +++ client/helpdata.c 10 Nov 2003 23:22:16 -0000
> @@ -694,7 +694,8 @@
>    if (unit_type_flag(i, F_TRIREME)) {
>      sprintf(buf+strlen(buf),
>           _("* Must end turn in a city or next to land,"
> -           " or has a 50%% risk of being lost at sea."));
> +           " or has a 50%% risk of being lost at sea. Seafaring"
> +          " reduces this to 25%%, Navigation to 12%%."));
>    }
>    if (utype->fuel > 0) {
>      char allowed_units[10][64];

should be changed to: "... sea. Technologies may reduce this further."
or insert the correct tech names. Use TF_REDUCE_TRIREME_LOSS1 and
TF_REDUCE_TRIREME_LOSS2 for this.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "Python 2.0 beta 1 is now available [...]. There is a long list of new 
  features since Python 1.6, released earlier today. We don't plan on 
  any new releases in the next 24 hours."
    -- Jeremy Hylton at Slashdot




[Prev in Thread] Current Thread [Next in Thread]