[Freeciv-tickets] [freeciv] #44941: helptext_building() assumes that nukes have tech requirement

Back to archive index
OSDN Ticket System norep****@osdn*****
Sat Jun 25 09:34:17 JST 2022


#44941: helptext_building() assumes that nukes have tech requirement

  Open Date: 2022-06-25 03:34
Last Update: 2022-06-25 03:34

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/44941
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44941

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-06-25 03:34 Updated by: cazfi
 * New Ticket "helptext_building() assumes that nukes have tech requirement" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: Client common
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

helptext_building():
cat_snprintf(buf, bufsz,
/* TRANS: 'Allows all players with knowledge of atomic
* power to build nuclear units.' */
_("%s Allows all players with knowledge of %s "
"to build %s units.\n"), BULLET,
advance_name_translation(u->require_advance),
utype_name_translation(u));
---
That doesn't consider the possibility that the unit has no (valid) tech requirement. I don't think the effects would be more dire than funny texts ("...knowledge of Never to build...")

-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/44941
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44941



More information about the Freeciv-tickets mailing list
Back to archive index