Remove the trailing period in help text of time/align
Fix wangqr/Aegisub#7
This commit is contained in:
parent
2b3df72c75
commit
60dcc35830
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ struct time_align_subtitle_to_point final : public validate_video_loaded {
|
|||
CMD_ICON(button_align)
|
||||
STR_MENU("Align subtitle to video")
|
||||
STR_DISP("Align subtitle to video")
|
||||
STR_HELP("Align subtitle to video by key points.")
|
||||
STR_HELP("Align subtitle to video by key points")
|
||||
void operator()(agi::Context* c) override {
|
||||
c->videoController->Stop();
|
||||
ShowAlignToVideoDialog(c);
|
||||
|
|
Loading…
Reference in a new issue