From 772c8dee3b64c975154e0649f822b5f83465b65a Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 27 Jan 2012 19:23:07 +0000 Subject: [PATCH] Fix accelerator conflict between Redo and Find and Replace Originally committed to SVN as r6377. --- aegisub/src/command/edit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/command/edit.cpp b/aegisub/src/command/edit.cpp index 47c692860..232c1d903 100644 --- a/aegisub/src/command/edit.cpp +++ b/aegisub/src/command/edit.cpp @@ -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.")