mirror of https://github.com/odrling/Aegisub
Add a missing word to a help string
This commit is contained in:
parent
54fa37c855
commit
9c4574ed34
1243
po/aegisub.pot
1243
po/aegisub.pot
File diff suppressed because it is too large
Load Diff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue