From efbdd6f6b5a8c9ecf66cf76b9b2ff918edd88ae3 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Mon, 21 Jan 2013 22:24:51 -0500 Subject: [PATCH] Closes #53. Typos fixed in help dialog & readme. --- README.md | 4 ++-- extension/locale/en-US/vimfx.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c2f548..a0d2cca 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v` ### Misc / Enter Find mode - n Go ot the next Find match - N Go ot the previous Find match + n Go to the next Find match + N Go to the previous Find match ? Show Help Dialog Esc Close this dialog and cancel hint markers diff --git a/extension/locale/en-US/vimfx.properties b/extension/locale/en-US/vimfx.properties index e711c89..0f430b0 100644 --- a/extension/locale/en-US/vimfx.properties +++ b/extension/locale/en-US/vimfx.properties @@ -50,8 +50,8 @@ help_section_misc =Misc help_command_help =Show Help Dialog help_command_Esc =Close this dialog and cancel hint markers help_command_find =Enter Find mode -help_command_n =Go ot the next Find match -help_command_N =Go ot the previous Find match +help_command_n =Go to the next Find match +help_command_N =Go to the previous Find match help=Help help_version=Version -- 2.39.3