diff options
| author | 2025-09-15 23:43:46 +0200 | |
|---|---|---|
| committer | 2025-09-15 23:43:46 +0200 | |
| commit | f8310a587c26b0965bab71abfeb2d018e414f572 (patch) | |
| tree | 096f29ade69a6af2d9ab4b2235a2689253f0150f /app/i18n/cs/sub.php | |
| parent | ea366d597f3af164a90eb6d58a7525d23a1418f0 (diff) | |
Clarify: Visibility hidden vs. archived (#7970)
fix https://github.com/FreshRSS/FreshRSS/issues/7887
We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived).
This PR removes the wording *Archived* from the *visibility* parameter, since this is not what it does.
Diffstat (limited to 'app/i18n/cs/sub.php')
| -rw-r--r-- | app/i18n/cs/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/cs/sub.php b/app/i18n/cs/sub.php index 30d3e3b2a..3552fa830 100644 --- a/app/i18n/cs/sub.php +++ b/app/i18n/cs/sub.php @@ -209,8 +209,8 @@ return array( 'path_entries_conditions' => 'Conditions for content retrieval', // TODO 'priority' => array( '_' => 'Viditelnost', - 'archived' => 'Nezobrazovat (archivováno)', 'category' => 'Zobrazit v jeho kategorii', + 'hidden' => 'Nezobrazovat', 'important' => 'Zobrazit v důležitých kanálech', 'main_stream' => 'Zobrazit ve hlavním kanálu', ), |
