From 42678493a865dc8621ddfa18a1685403071a4ee3 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Thu, 9 Jul 2015 00:23:06 -0400 Subject: [PATCH] use "interrupt" instead of "flash interrupt" in iemgui dialog --- pd/nw/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json index 9548c2521..d1e16a83e 100644 --- a/pd/nw/locales/en/translation.json +++ b/pd/nw/locales/en/translation.json @@ -18,7 +18,7 @@ "visible_height_tt": "height of the rectangle", "nonzero_value": "nonzero value", "nonzero_value_tt": "value to output when the toggle shows an 'x'", - "flash_interrupt": "flash interrupt", + "flash_interrupt": "interrupt", "flash_interrupt_tt": "the amount of time (in milliseconds) that Pd will wait before interrupting the flashing of the button", "flash_hold": "hold", "flash_hold_tt": "the amount of time (in milliseconds) that Pd will display the flash animation", -- GitLab