diff --git a/locale/de-AT/courseInformation.php b/locale/de-AT/courseInformation.php
index de1ca7161..257fe8d98 100644
--- a/locale/de-AT/courseInformation.php
+++ b/locale/de-AT/courseInformation.php
@@ -29,4 +29,5 @@ $this->phrasen['courseInformatoin/lvInfoTerminologie']='LV Info - Terminologie';
$this->phrasen['courseInformation/terminologieDeutschEnglisch']='Terminologie Deutsch-Englisch';
$this->phrasen['courseInformation/incomingplaetze']='Incomingplätze';
$this->phrasen['courseInformation/pflichtfelderWerdenAufDerExternenSeiteAngezeigt']='Pflichtfelder werden auch auf der offiziellen Webseite angezeigt und sollten daher ausgefüllt werden';
+$this->phrasen['courseInformation/fallsSieAufzaehlungslistenVerwenden']='Falls Sie Aufzählungslisten verwenden möchten, geben Sie diese bitte in der folgenden Form ein:
<ul>
<li>Listeneintrag1</li><li>Listeneintrag2</li>
</ul>';
?>
\ No newline at end of file
diff --git a/locale/en-US/courseInformation.php b/locale/en-US/courseInformation.php
index 39b921746..5a6d0c42e 100644
--- a/locale/en-US/courseInformation.php
+++ b/locale/en-US/courseInformation.php
@@ -29,4 +29,5 @@ $this->phrasen['courseInformatoin/lvInfoTerminologie']='LV Info - Terminology';
$this->phrasen['courseInformation/terminologieDeutschEnglisch']='Terminology German-English';
$this->phrasen['courseInformation/incomingplaetze']='Places Available for Incoming Students';
$this->phrasen['courseInformation/pflichtfelderWerdenAufDerExternenSeiteAngezeigt']='Required fields are also displayed on the official website, and should therefore be completed';
+$this->phrasen['courseInformation/fallsSieAufzaehlungslistenVerwenden']='If you want to use bulleted lists, please enter them in the following format:
<ul>
<li>List Item 1</li><li>List Item 2</li>
</ul>';
?>
\ No newline at end of file