From 259b9a90dd4240f83b2cf550b42dc3c5f4122520 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 10 Nov 2014 10:16:15 +0100 Subject: [PATCH] clarify help text --- src/main/app/i18n/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/app/i18n/en.js b/src/main/app/i18n/en.js index f7d01143..d267ec54 100644 --- a/src/main/app/i18n/en.js +++ b/src/main/app/i18n/en.js @@ -99,7 +99,7 @@ "queued_for_refresh" : "Queued for refresh", "feed_url" : "Feed URL", "filtering_expression" : "Filtering expression", - "filtering_expression_help" : "If not empty, an expression evaluating to 'true' or 'false'. If false, new entries for this feed will be marked as read automatically.\nAvailable variables are 'title', 'content', 'url' and 'author' and their content is converted to lower case for convenience.\nExample: url.contains('youtube') or (author eq 'athou' and title.contains('github').\nComplete available syntax is available here.", + "filtering_expression_help" : "If not empty, an expression evaluating to 'true' or 'false'. If false, new entries for this feed will be marked as read automatically.\nAvailable variables are 'title', 'content', 'url' and 'author' and their content is converted to lower case to ease string comparison.\nExample: url.contains('youtube') or (author eq 'athou' and title.contains('github').\nComplete available syntax is available here.", "generate_api_key_first" : "Generate an API key in your profile first.", "unsubscribe" : "Unsubscribe", "unsubscribe_confirmation" : "Are you sure you want to unsubscribe from this feed?",