From b7c1526c7dcc95e2d24e9ee7f52997a2cc0cbb86 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 4 Apr 2012 02:47:12 +0000 Subject: [PATCH] Fix an underescaped translatable string Originally committed to SVN as r6656. --- aegisub/automation/autoload/karaoke-auto-leadin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/automation/autoload/karaoke-auto-leadin.lua b/aegisub/automation/autoload/karaoke-auto-leadin.lua index a8e8f03fa..7544f45a7 100644 --- a/aegisub/automation/autoload/karaoke-auto-leadin.lua +++ b/aegisub/automation/autoload/karaoke-auto-leadin.lua @@ -30,7 +30,7 @@ local tr = aegisub.gettext script_name = tr"Automatic karaoke lead-in" -script_description = tr"Join up the ends of selected lines and add \k tags to shift karaoke" +script_description = tr"Join up the ends of selected lines and add \\k tags to shift karaoke" script_author = "Niels Martin Hansen" script_version = "1.0"