From 0452e869ec0e3d336337f815da346346c860d914 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Wed, 31 Oct 2018 19:56:48 +1100 Subject: Fix documentation wording for matches/notmatches tagging rules Signed-off-by: Olivier Mehani --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index 47292116..0ce71951 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -158,7 +158,7 @@ config: or: "Una regola O un'altra" and: "Una regola E un'altra" matches: 'Verifica che un oggetto risulti in una ricerca (case-insensitive).
Esempio: titolo contiene "football"' - # notmatches: 'Tests that a subject is not matches a search (case-insensitive).
Example: title notmatches "football"' + # notmatches: 'Tests that a subject doesn't match a search (case-insensitive).
Example: title notmatches "football"' entry: default_title: "Titolo del contenuto" -- cgit v1.2.3 From da7b8e256ff50d1e046910697d1867aa5d87872e Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Thu, 1 Nov 2018 19:26:06 +1100 Subject: fixup! Fix documentation wording for matches/notmatches tagging rules --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index 0ce71951..bd11add8 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -158,7 +158,7 @@ config: or: "Una regola O un'altra" and: "Una regola E un'altra" matches: 'Verifica che un oggetto risulti in una ricerca (case-insensitive).
Esempio: titolo contiene "football"' - # notmatches: 'Tests that a subject doesn't match a search (case-insensitive).
Example: title notmatches "football"' + # notmatches: 'Tests that a subject doesn\'t match match match a search (case-insensitive).
Example: title notmatches "football"' entry: default_title: "Titolo del contenuto" -- cgit v1.2.3 From 3f0dd0f0bcc133609cd4f0faa7326f916edd3418 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Thu, 1 Nov 2018 19:40:17 +1100 Subject: fixup! fixup! Fix documentation wording for matches/notmatches tagging rules --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index bd11add8..83b3edcd 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -158,7 +158,7 @@ config: or: "Una regola O un'altra" and: "Una regola E un'altra" matches: 'Verifica che un oggetto risulti in una ricerca (case-insensitive).
Esempio: titolo contiene "football"' - # notmatches: 'Tests that a subject doesn\'t match match match a search (case-insensitive).
Example: title notmatches "football"' + # notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).
Example: title notmatches "football"' entry: default_title: "Titolo del contenuto" -- cgit v1.2.3