mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix an underescaped translatable string
Originally committed to SVN as r6656.
This commit is contained in:
parent
e557aa866b
commit
b7c1526c7d
@ -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…
x
Reference in New Issue
Block a user