diff --git a/parsers/caves.py b/parsers/caves.py
index 4a4584c4..fffc7405 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -155,7 +155,8 @@ def do_ARGE_cave(slug, caveid, areacode, svxid):
caveid may be kataster number or it may be e.g. LA34
"""
- default_note = "This is (probably) an ARGE or VfHO cave where we only have the survex file and no other information."
+ default_note = "This is (probably) an ARGE or VfHO cave where we may only have the survex file."
+ default_note += "
But do check the scanned PDFs especially for caves in kataster area 1626."
default_note += "
If there is a 'Messteam' or 'Zeichner' listed, then it is probably ARGE."
url = f"{areacode}/{caveid}/{caveid}.html"