1
0
Fork 0

Remove the trailing period in help text of time/align

Fix wangqr/Aegisub#7
This commit is contained in:
wangqr 2019-08-24 02:10:03 -04:00 committed by arch1t3cht
parent 2b3df72c75
commit 60dcc35830
1 changed files with 1 additions and 1 deletions

View File

@ -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);