Add missing shortcut help for 'r', refresh

This commit is contained in:
Tobias Umbach
2017-08-18 08:39:49 +02:00
parent f381974955
commit 83a5364903
3 changed files with 10 additions and 5 deletions

View File

@@ -175,7 +175,8 @@
"font_size" : "increase/decrease font size of the current entry ", "font_size" : "increase/decrease font size of the current entry ",
"go_to_all" : "go to the All view ", "go_to_all" : "go to the All view ",
"go_to_starred" : "go to the Starred view ", "go_to_starred" : "go to the Starred view ",
"feed_search" : "navigate to a subscription by entering the subscription name" "feed_search" : "navigate to a subscription by entering the subscription name",
"refresh": "refresh"
} }
} }
} }

View File

@@ -177,7 +177,8 @@
"font_size" : "increase/decrease font size of the current entry", "font_size" : "increase/decrease font size of the current entry",
"go_to_all" : "go to the All view", "go_to_all" : "go to the All view",
"go_to_starred" : "go to the Starred view", "go_to_starred" : "go to the Starred view",
"feed_search" : "navigate to a subscription by entering the subscription name" "feed_search" : "navigate to a subscription by entering the subscription name",
"refresh": "refresh"
} }
} }
} }

View File

@@ -1,4 +1,7 @@
<dl class="dl-horizontal"> <dl class="dl-horizontal">
<dt>r</dt>
<dd>{{ 'about.shortcuts.refresh' | translate }}</dd>
<dt>j</dt> <dt>j</dt>
<dd>{{ 'about.shortcuts.open_next_entry' | translate }}</dd> <dd>{{ 'about.shortcuts.open_next_entry' | translate }}</dd>