Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2002:
[Freeciv-Dev] (PR#2406) In help, Rivers are indexed under mountains
Home

[Freeciv-Dev] (PR#2406) In help, Rivers are indexed under mountains

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: juhani.heino@xxxxxx
Cc: freeciv-data@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#2406) In help, Rivers are indexed under mountains
From: "Guest via RT" <rt@xxxxxxxxxxxxxx>
Date: Mon, 25 Nov 2002 00:48:48 -0800
Reply-to: rt@xxxxxxxxxxxxxx

Actually, I haven't used the original version, but I fixed it in the Finnish 
translation, so this correction should work similarly and bring rivers at
the same level as other terrain types:


--- client/helpdata.c~  Sat Oct 12 02:35:11 2002
+++ client/helpdata.c   Wed Nov 20 20:06:40 2002
@@ -276,7 +276,7 @@
          /* Add special Civ2-style river help text if it's supplied. */
          if (terrain_control.river_help_text) {
            pitem = new_help_item(HELP_TEXT);
-           pitem->topic = mystrdup(_("  Rivers"));
+           pitem->topic = mystrdup(_(" Rivers"));
            strcpy(long_buffer, _(terrain_control.river_help_text));
            wordwrap_string(long_buffer, 68);
            pitem->text = mystrdup(long_buffer);




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