Fix an underescaped translatable string

Originally committed to SVN as r6656.
This commit is contained in:
Thomas Goyne 2012-04-04 02:47:12 +00:00
parent e557aa866b
commit b7c1526c7d
1 changed files with 1 additions and 1 deletions

View File

@ -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"