From 7631dc7dee52d70483a6e7a0b6523cf47f8ae4f0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 10 Dec 2024 16:31:24 +0100 Subject: Fix CSS filter help message (#7083) https://github.com/FreshRSS/FreshRSS/issues/7014#issuecomment-2531610211 --- app/i18n/pl/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/pl') diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php index 6079cba5c..80e6e5b4a 100644 --- a/app/i18n/pl/sub.php +++ b/app/i18n/pl/sub.php @@ -64,7 +64,7 @@ return array( 'css_path' => 'Selektor CSS dla wiadomości na pierwotnej stronie', 'css_path_filter' => array( '_' => 'Selektor CSS elementów do usunięcia', - 'help' => 'Selector CSS może być listą, na przykład: .footer, .aside, p[data-sanitized-class~="menu"]', + 'help' => 'Selector CSS może być listą, na przykład: footer, aside, p[data-sanitized-class~="menu"]', ), 'description' => 'Opis', 'empty' => 'Ten kanał jest pusty. Należy sprawdzić czy kanał w dalszym ciągu działa.', -- cgit v1.2.3