Fix accelerator conflict between Redo and Find and Replace

Originally committed to SVN as r6377.
This commit is contained in:
Thomas Goyne 2012-01-27 19:23:07 +00:00
parent 16db1eb4dd
commit 772c8dee3b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ struct validate_sel_multiple : public Command {
/// Find and replace words in subtitles.
struct edit_find_replace : public Command {
CMD_NAME("edit/find_replace")
STR_MENU("Find and &Replace...")
STR_MENU("Find and R&eplace...")
STR_DISP("Find and Replace")
STR_HELP("Find and replace words in subtitles.")