diff options
| author | 2014-09-04 18:58:08 +0200 | |
|---|---|---|
| committer | 2014-09-04 18:58:08 +0200 | |
| commit | 228e89dbe3e7dce312b285d548ca20133e60e2bc (patch) | |
| tree | 1f16f54451ddd490c76b86bf842a1fcba7317bd7 /app/i18n/en.php | |
| parent | 8b11e68f2a7958e25a468db405982baada4b8ae8 (diff) | |
| parent | 80acd3a0070fb309d57898c14ccd3a3a5658e236 (diff) | |
Merge pull request #592 from aledeg/more-shortcuts
Add shortcuts
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index be0cdc642..bcd7a3da5 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -180,6 +180,9 @@ return array ( 'auto_share' => 'Share', 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.', 'focus_search' => 'Access search box', + 'user_filter' => 'Access user filters', + 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.', + 'help' => 'Display documentation', 'file_to_import' => 'File to import<br />(OPML, Json or Zip)', 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)', |
