Project

General

Profile

Bug #2126 ยป 0049-Fix-typo-in-autogenerated-Hut-entering-helptext.patch

Marko Lindqvist, 08/09/2026 11:27 AM

View differences:

client/helpdata.c
cat_snprintf(buf, bufsz,
/* TRANS: indented unit action property, preserve
* leading spaces. */
_(" %s if a suitable hut is at the targetet tile it"
_(" %s if a suitable hut is at the targeted tile it"
" will be entered.\n"), BULLET);
}
if (BV_ISSET(paction->sub_results, ACT_SUB_RES_HUT_FRIGHTEN)) {
cat_snprintf(buf, bufsz,
/* TRANS: indented unit action property, preserve
* leading spaces. */
_(" %s if a suitable hut is at the targetet tile it"
_(" %s if a suitable hut is at the targeted tile it"
" will be frightened.\n"), BULLET);
}
if (BV_ISSET(paction->sub_results, ACT_SUB_RES_MAY_EMBARK)) {
    (1-1/1)