Picked the nit.

This commit is contained in:
2023-05-27 05:11:06 -03:00
parent 0a758ef09e
commit 692c685e91
2 changed files with 3 additions and 3 deletions

View File

@ -605,7 +605,7 @@ screen _draw_screen(draw_object):
else:
text _("Use left click to draw.") at tf_draw_fadetext:
color "#000000"
text _("Press the letter 'H' to hide the drawing UI.") at tf_draw_fadetext(4):
text _("Press 'H' to hide the drawing UI.") at tf_draw_fadetext(4):
color "#000000"

View File

@ -43,6 +43,6 @@ translate es strings:
new "Alternar IU"
# game/src/draw.rpy:608
old "Press the letter 'H' to hide the drawing UI."
new "Pulse la letra 'H' para ocultar la interfaz de dibujo."
old "Press 'H' to hide the drawing UI."
new "Pulse 'H' para ocultar la interfaz de dibujo."