From ac37a080c4e6564c79fc21daf37382a79c77c047 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 1 Oct 2011 18:35:31 +0000 Subject: [PATCH] Change edit/search_replace to edit/find_replace in the default menu Originally committed to SVN as r5708. --- aegisub/src/libresrc/default_menu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_menu.json b/aegisub/src/libresrc/default_menu.json index d1c7d4296..3ccb5efde 100644 --- a/aegisub/src/libresrc/default_menu.json +++ b/aegisub/src/libresrc/default_menu.json @@ -64,7 +64,7 @@ {}, { "command" : "subtitle/find" }, { "command" : "subtitle/find/next" }, - { "command" : "edit/search_replace" } + { "command" : "edit/find_replace" } ], "main/subtitle" : [ { "command" : "tool/style/manager" },