From b2a2dd8a2f3422497fc8620f9a67b1e190e602cd Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Mon, 7 Jan 2019 17:47:08 -0800 Subject: [PATCH] Brainfuck is not a proper example of a game's language unless the goal is to fuck with the reader's brain --- docs/installers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installers.rst b/docs/installers.rst index 1135dcb52..5948b1413 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -598,13 +598,13 @@ Example: id: LANG options: - en: English - - bf: Brainfuck + - fr: French - "value and": "label can be anything, surround them with quotes to avoid issues" preselect: bf In this example, English would be preselected. If the option eventually -selected is Brainfuck, the "$INPUT_LANG" alias would be available in -following directives and would correspond to "bf". "$INPUT" would work as well, +selected is French, the "$INPUT_LANG" alias would be available in +following directives and would correspond to "fr". "$INPUT" would work as well, up until the next input directive.