diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-14 18:25:29 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-14 18:25:29 +0200 |
commit | ca53117231f1f093c1f413aaa37fc0c15643a73a (patch) | |
tree | 9a7ec8ed520b0d1dbd00b12b574ed781364731a7 /web/views | |
parent | adadac7d3af7b06cbbd24685b7b9e722359e6df3 (diff) | |
download | taginfo-ca53117231f1f093c1f413aaa37fc0c15643a73a.tar taginfo-ca53117231f1f093c1f413aaa37fc0c15643a73a.tar.gz |
Put right key (p) for projects in help.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/help/keyboard.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/help/keyboard.erb b/web/views/help/keyboard.erb index 9e527d8..31669f1 100644 --- a/web/views/help/keyboard.erb +++ b/web/views/help/keyboard.erb @@ -23,7 +23,7 @@ <td><span class="key"><%= h(t.help.keyboard.keys.end) %></span> - <%= h(t.help.keyboard.last_page) %></td> </tr> <tr> - <td><span class="key">c</span> - <%= h(t.help.keyboard.projects_page) %></td> + <td><span class="key">p</span> - <%= h(t.help.keyboard.projects_page) %></td> <td><span class="key"><%= h(t.help.keyboard.keys.esc) %></span> - <%= h(t.help.keyboard.deactivate) %></td> <td><span class="key">↑</span> - <%= h(t.help.keyboard.prev_entry) %></td> </tr> |