mirror of https://github.com/odrling/Aegisub
Fix accelerator conflict between Redo and Find and Replace
Originally committed to SVN as r6377.
This commit is contained in:
parent
16db1eb4dd
commit
772c8dee3b
|
@ -77,7 +77,7 @@ struct validate_sel_multiple : public Command {
|
||||||
/// Find and replace words in subtitles.
|
/// Find and replace words in subtitles.
|
||||||
struct edit_find_replace : public Command {
|
struct edit_find_replace : public Command {
|
||||||
CMD_NAME("edit/find_replace")
|
CMD_NAME("edit/find_replace")
|
||||||
STR_MENU("Find and &Replace...")
|
STR_MENU("Find and R&eplace...")
|
||||||
STR_DISP("Find and Replace")
|
STR_DISP("Find and Replace")
|
||||||
STR_HELP("Find and replace words in subtitles.")
|
STR_HELP("Find and replace words in subtitles.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue