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

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

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#6821) Update helptext
From: "Arnstein Lindgard" <a-l@xxxxxxx>
Date: Mon, 10 Nov 2003 15:27:52 -0800
Reply-to: rt@xxxxxxxxxxx

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

Update helptext.



Index: client/helpdata.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/helpdata.c,v
retrieving revision 1.65
diff -u -r1.65 helpdata.c
--- 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];
Index: data/helpdata.txt
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/helpdata.txt,v
retrieving revision 1.122
diff -u -r1.122 helpdata.txt
--- data/helpdata.txt   19 Aug 2003 18:14:28 -0000      1.122
+++ data/helpdata.txt   10 Nov 2003 23:22:46 -0000
@@ -480,17 +480,17 @@
   2: move south                       F2: open Unit Report\n\
   3: move south-east                  F3: open Players dialog\n\
   4: move west                        F5: open Economy Report\n\
-  5: focus on next unit               F6: open Science Report\n\
+  5: focus on previous unit           F6: open Science Report\n\
   6: move east                        F7: open World Wonders\n\
   7: move north-west                  F8: open Top Five Cities\n\
   8: move north                      F10: open Messages dialog\n\
   9: move north-east                 F11: open Demographics\n\
                                      F12: open Spaceship\n\
 \n\
-  arrows: move unit            Control-g: grid lines on/off\n\
+    home: center on capital\n\
+  arrows: scroll map           Control-g: grid lines on/off\n\
    space: unit stay put        Control-n: city names on/off\n\
-     tab: focus on next unit   Control-p: city production on/off\n\
-  return: turn done\
+  return: turn done            Control-p: city production on/off\n\
 ")
 
 [help_chatline]

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#6821) Update helptext, Arnstein Lindgard <=