diff options
| author | 2021-02-26 17:31:01 -0500 | |
|---|---|---|
| committer | 2021-02-26 23:31:01 +0100 | |
| commit | 449fee7a2cc9453da4aac03f833ccb28205d7d3a (patch) | |
| tree | b0ea6561ca18dd078d722a2eaa1c9d84af9366d2 /app/i18n/de/conf.php | |
| parent | a127f7dae3767d519fc0c6d7cbb84e640bace7c2 (diff) | |
"Show all" option on labels (#3472)
It uses the favorite option to keep a similar experience through out the application and also to limit the number of options.
See #3263
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 15a019ea3..c34bcdb55 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -138,6 +138,7 @@ return array( 'remember_categories' => 'Geöffnete Kategorien merken', 'unread' => 'Nur ungelesene zeigen', ), + 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation 'sides_close_article' => 'Klick außerhalb des Artikel-Textes schließt den Artikel', 'sort' => array( '_' => 'Sortierreihenfolge', |
