diff --git a/uppsrc/CodeEditor/CodeEditor.lay b/uppsrc/CodeEditor/CodeEditor.lay index da9b5f5ca..202e04665 100644 --- a/uppsrc/CodeEditor/CodeEditor.lay +++ b/uppsrc/CodeEditor/CodeEditor.lay @@ -9,7 +9,7 @@ LAYOUT(IDEFindReplaceLayout, 756, 52) ITEM(Option, wholeword, SetLabel(t_("&Whole word")).LeftPosZ(332, 88).TopPosZ(4, 19)) ITEM(Option, ignorecase, SetLabel(t_("&Ignore case")).LeftPosZ(424, 80).TopPosZ(4, 19)) ITEM(Option, regexp, SetLabel(t_("RegExp")).LeftPosZ(508, 80).TopPosZ(4, 19)) - ITEM(Option, incremental, SetLabel(t_("&Incremental")).LeftPosZ(568, 92).TopPosZ(4, 19)) + ITEM(Option, incremental, SetLabel(t_("Incremental")).LeftPosZ(568, 92).TopPosZ(4, 19)) ITEM(Option, incremental_from_cursor, SetLabel(t_("from cursor")).LeftPosZ(648, 92).TopPosZ(4, 19)) ITEM(Button, close, RightPosZ(4, 20).TopPosZ(4, 19)) ITEM(Button, amend, LeftPosZ(212, 20).TopPosZ(28, 19))