forked from mia/Aegisub
Fix an underescaped translatable string
Originally committed to SVN as r6656.
This commit is contained in:
parent
e557aa866b
commit
b7c1526c7d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue