diff -Xdiff_ignore -ru freeorig/server/stdinhand.c freeciv/server/stdinhand.c --- freeorig/server/stdinhand.c Fri Aug 9 18:39:17 2002 +++ freeciv/server/stdinhand.c Tue Aug 13 14:45:27 2002 @@ -1185,8 +1185,10 @@ N_("If 'cmdlevel first come' has been used to set a special 'first come'\n" "command access level, this is the command to grab it with.") }, - {"timeoutincrease", ALLOW_CTRL, "timeoutincrease " - "", N_("See \"help timeoutincrease\"."), + {"timeoutincrease", ALLOW_CTRL, + /* TRANS: translate text between <> only */ + N_("timeoutincrease "), + N_("See \"help timeoutincrease\"."), N_("Every turns, add to timeout timer, then add " "to and multiply by . Use this command in " "concert with the option \"timeout\". Defaults are 0 0 0 1")