summaryrefslogtreecommitdiff
path: root/shared-bindings/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/help.c')
-rw-r--r--shared-bindings/help.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c
index d8ffc13dd..78301a91a 100644
--- a/shared-bindings/help.c
+++ b/shared-bindings/help.c
@@ -35,10 +35,11 @@
//| prints general port information.
//|
+// TODO(tannewt): Figure out how to translate this. Its weird because its a global string.
+
const char circuitpython_help_text[] =
"Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n"
"\r\n"
"Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n"
"\r\n"
"To list built-in modules please do `help(\"modules\")`.\r\n";
-;