diff --git a/AKModel/availability/forms.py b/AKModel/availability/forms.py
index d4691497645721cbc09ab163c1dd87282e8f2003..3c68c56b03b1ecaaea4f91aafb464883e73a4ea8 100644
--- a/AKModel/availability/forms.py
+++ b/AKModel/availability/forms.py
@@ -19,7 +19,7 @@ class AvailabilitiesFormMixin(forms.Form):
     availabilities = forms.CharField(
         label=_('Availability'),
         help_text=_(
-            'Please click and drag to mark the availability during the event.'
+            'Click and drag to mark the availability during the event, double-click to delete.'  # Adapted help text
         ),
         widget=forms.TextInput(attrs={'class': 'availabilities-editor-data'}),
         required=False,
diff --git a/AKModel/locale/de_DE/LC_MESSAGES/django.po b/AKModel/locale/de_DE/LC_MESSAGES/django.po
index 8035108806cb181f600b2409e63e33825e1abbbd..7604e98f0e4d974a67891a52b0d5fa004a58807b 100644
--- a/AKModel/locale/de_DE/LC_MESSAGES/django.po
+++ b/AKModel/locale/de_DE/LC_MESSAGES/django.po
@@ -37,10 +37,10 @@ msgid "Availability"
 msgstr "Verfügbarkeit"
 
 #: AKModel/availability/forms.py:22
-msgid "Please click and drag to mark the availability during the event."
+msgid "Click and drag to mark the availability during the event, double-click to delete."
 msgstr ""
-"Bitte klicken und ziehen um die Verfügbarkeiten während des Events zu "
-"markieren."
+"Klicken und ziehen um die Verfügbarkeiten während des Events zu "
+"markieren. Doppelt klicken um Einträge zu löschen."
 
 #: AKModel/availability/forms.py:86
 msgid "The submitted availability does not comply with the required format."