aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-11-01 12:04:55 +0100
committerGitHub <noreply@github.com>2018-11-01 12:04:55 +0100
commit3a696280075af753fc57ad1a0a6ca3636ef0255d (patch)
tree563bf4462ec5a853008acafb6fd47067d9056647 /src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
parent385dac6d3168f2204de1778b244cbf5b303bad5c (diff)
parent3f0dd0f0bcc133609cd4f0faa7326f916edd3418 (diff)
downloadwallabag-3a696280075af753fc57ad1a0a6ca3636ef0255d.tar.gz
wallabag-3a696280075af753fc57ad1a0a6ca3636ef0255d.tar.zst
wallabag-3a696280075af753fc57ad1a0a6ca3636ef0255d.zip
Merge pull request #3764 from shtrom/fix-matches-notmatches-language
Fix documentation wording for matches/notmatches tagging rules
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.da.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index e1384675..e3ff21f1 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -157,8 +157,8 @@ config:
157 # not_equal_to: 'Not equal to...' 157 # not_equal_to: 'Not equal to...'
158 # or: 'One rule OR another' 158 # or: 'One rule OR another'
159 # and: 'One rule AND another' 159 # and: 'One rule AND another'
160 # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 160 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
161 # notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 161 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
162 162
163entry: 163entry:
164 # default_title: 'Title of the entry' 164 # default_title: 'Title of the entry'