From b0b9bc5961b30d0799b385f4590aa7e4ea9f9580 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 9 Nov 2015 20:53:07 +0100 Subject: [PATCH] Use consistent casing for all pref titles in en-US See #571. --- extension/locale/en-US/vimfx.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extension/locale/en-US/vimfx.properties b/extension/locale/en-US/vimfx.properties index 4a77a58..9bea3ab 100644 --- a/extension/locale/en-US/vimfx.properties +++ b/extension/locale/en-US/vimfx.properties @@ -13,7 +13,7 @@ mode.normal.paste_and_go_in_tab=Paste and go in a new tab mode.normal.copy_current_url=Copy current URL mode.normal.go_up_path=Go up one level in the URL mode.normal.go_to_root=Go to the root in the URL -mode.normal.go_home=Go to the Home Page +mode.normal.go_home=Go to the home page mode.normal.history_back=Go back in history mode.normal.history_forward=Go forward in history mode.normal.reload=Reload @@ -93,16 +93,16 @@ mode.ignore.unquote=Run one Normal mode command mode.find=Find mode mode.find.exit=Close find bar -pref.hint_chars.title=Hint Chars +pref.hint_chars.title=Hint chars pref.hint_chars.desc= pref.black_list.title=Blacklist pref.black_list.desc=URLs where VimFx should automatically enter Ignore mode. You may use * as a wildcard. Example: *example.com* http://example.org/editor/*. -pref.prev_patterns.title=Previous Page Patterns +pref.prev_patterns.title=Previous page patterns pref.prev_patterns.desc= -pref.next_patterns.title=Next Page Patterns +pref.next_patterns.title=Next page patterns pref.next_patterns.desc= pref.prevent_autofocus.title=Prevent autofocus of text inputs -- 2.39.3