Add a missing word to a help string

This commit is contained in:
Thomas Goyne 2014-04-03 17:48:18 -07:00
parent 54fa37c855
commit 9c4574ed34
2 changed files with 618 additions and 627 deletions

File diff suppressed because it is too large Load Diff

View File

@ -382,7 +382,7 @@ struct subtitle_select_visible final : public Command {
CMD_ICON(select_visible_button)
STR_MENU("Select Visible")
STR_DISP("Select Visible")
STR_HELP("Select all dialogue lines that visible on the current video frame")
STR_HELP("Select all dialogue lines that are visible on the current video frame")
CMD_TYPE(COMMAND_VALIDATE)
void operator()(agi::Context *c) override {