aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/nixcon15/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/nixcon15/config.php')
-rw-r--r--configs/conferences/nixcon15/config.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/configs/conferences/nixcon15/config.php b/configs/conferences/nixcon15/config.php
index d5ad008..69545f6 100644
--- a/configs/conferences/nixcon15/config.php
+++ b/configs/conferences/nixcon15/config.php
@@ -171,19 +171,18 @@ $CONFIG['ROOMS'] = array(
* wie folgt konfiguriert werden:
*
* 'TRANSLATION' => [
- * ['endpoint' => 'translated', 'label' => 'Translated1'],
- * ['endpoint' => 'translated2', 'label' => 'Translated2']
+ * ['endpoint' => 'translated', 'label' => 'Translated1'],
+ * ['endpoint' => 'translated-2', 'label' => 'Translated2']
* ],
*
- * Ein einfaches true entsprich dabei folgendem:
+ * Ein einfaches true entspricht dabei folgendem:
*
* 'TRANSLATION' => [
* ['endpoint' => 'translated', 'label' => 'Translated']
* ],
*
- * Sollte die Sprache während der Veranstaltung Konstant sein, kann eine
- * Sprache fest konfiguriert werden z.B. 'label' => 'English'.
- */
+ * Sollte die Sprache während der Veranstaltung Konstant sein, kann ein
+ * Label auch spezifisch konfiguriert werden z.B. 'label' => 'English'.
*/
'TRANSLATION' => false,