From 692c685e915325971e7957015581180ba9105a41 Mon Sep 17 00:00:00 2001 From: GManon Date: Sat, 27 May 2023 05:11:06 -0300 Subject: [PATCH] Picked the nit. --- game/src/draw.rpy | 2 +- game/tl/es/src/draw.rpy | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/src/draw.rpy b/game/src/draw.rpy index 6c45c13..2c3467d 100644 --- a/game/src/draw.rpy +++ b/game/src/draw.rpy @@ -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" diff --git a/game/tl/es/src/draw.rpy b/game/tl/es/src/draw.rpy index 040a2f3..6ff464c 100644 --- a/game/tl/es/src/draw.rpy +++ b/game/tl/es/src/draw.rpy @@ -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."