aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
authorGravatar Nate Soares <nates@google.com>2012-10-18 13:56:08 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-20 12:15:49 -0700
commitf310f1e96c78f771a2d5bd54bbe46e1aec8fe903 (patch)
treeb0c1b2f34845e6a77d07d413165f9bb16b600429 /input.cpp
parentc7bf1aa222136fb571baddaac250cd3affc1815e (diff)
keybindings → key_bindings (for consistency)
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/input.cpp b/input.cpp
index 38164d21..5845af1a 100644
--- a/input.cpp
+++ b/input.cpp
@@ -162,7 +162,7 @@ static const wchar_t *desc_arr[] =
L"Move entire line to killring",
L"Move next word to killring",
L"Move previous word to killring",
- L"Write out keybindings",
+ L"Write out key bindings",
L"Clear entire screen",
L"Quit the running program",
L"Search backward through list of previous commands for matching token",
@@ -865,4 +865,3 @@ wchar_t input_function_get_code( const wcstring &name )
}
return -1;
}
-