Incidencia #39533

English stat increase messages use "less"

Abrir Fecha: 2019-09-04 11:17 Última actualización: 2021-01-01 20:20

Informador:
Propietario:
Tipo:
Estado:
Cerrado
Componente:
(Ninguno)
Prioridad:
1 - Lowest
Gravedad:
1 - Lowest
Resolución:
Accepted
Fichero:
Ninguno

Details

The English messages when restoring or increasing a statistic confusingly say "less" rather "more". The patch below to effects.c, computed by git diff, corrects that.

--- a/src/effects.c
+++ b/src/effects.c
@@ -3492,7 +3492,7 @@ bool do_res_stat(int stat)
        /* Attempt to increase */
        if (res_stat(stat))
        {
-               msg_format(_("元通りに%sなった気がする。", "You feel less %s."), desc_stat_pos[stat]);
+               msg_format(_("元通りに%sなった気がする。", "You feel more %s."), desc_stat_pos[stat]);
 
                return (TRUE);
        }
@@ -3536,7 +3536,7 @@ bool do_inc_stat(int stat)
        /* Restoration worked */
        if (res)
        {
-               msg_format(_("元通りに%sなった気がする。", "You feel less %s."), desc_stat_pos[stat]);
+               msg_format(_("元通りに%sなった気がする。", "You feel more %s."), desc_stat_pos[stat]);
 
                return (TRUE);
        }

Ticket History (3/5 Histories)

2019-09-04 11:17 Updated by: backwardseric
  • New Ticket "English stat increase messages use "less"" created
2019-09-11 00:30 Updated by: deskull

Attachment File List

No attachments

Editar

Please login to add comment to this ticket » Entrar