diff options
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index d08bdd55c..1d37ea8e2 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -209,8 +209,8 @@ return array( 'path_entries_conditions' => 'Conditions for content retrieval', 'priority' => array( '_' => 'Visibility', - 'archived' => 'Do not show (archived)', 'category' => 'Show in its category', + 'hidden' => 'Do not show', 'important' => 'Show in important feeds', 'main_stream' => 'Show in main stream', ), |
