@@ -710,13 +710,7 @@ msgid "CircuitPython core code crashed hard. Whoops!\n"
710
710
msgstr ""
711
711
712
712
#: supervisor/shared/safe_mode.c
713
- msgid ""
714
- "CircuitPython is in safe mode because you pressed the reset button during "
715
- "boot. Press again to exit safe mode.\n"
716
- msgstr ""
717
-
718
- #: supervisor/shared/safe_mode.c
719
- msgid "CircuitPython was unable to allocate the heap.\n"
713
+ msgid "CircuitPython was unable to allocate the heap."
720
714
msgstr ""
721
715
722
716
#: shared-module/bitbangio/SPI.c
@@ -1638,10 +1632,6 @@ msgstr ""
1638
1632
msgid "Not playing"
1639
1633
msgstr ""
1640
1634
1641
- #: main.c
1642
- msgid "Not running saved code.\n"
1643
- msgstr ""
1644
-
1645
1635
#: shared-bindings/_bleio/__init__.c
1646
1636
msgid "Not settable"
1647
1637
msgstr ""
@@ -1964,7 +1954,7 @@ msgid "Row entry must be digitalio.DigitalInOut"
1964
1954
msgstr ""
1965
1955
1966
1956
#: main.c
1967
- msgid "Running in safe mode! "
1957
+ msgid "Running in safe mode! Not running saved code.\n "
1968
1958
msgstr ""
1969
1959
1970
1960
#: shared-module/sdcardio/SDCard.c
@@ -2089,13 +2079,13 @@ msgstr ""
2089
2079
#: supervisor/shared/safe_mode.c
2090
2080
msgid ""
2091
2081
"The CircuitPython heap was corrupted because the stack was too small.\n"
2092
- "Please increase the stack size if you know how, or if not:"
2082
+ "Increase the stack size if you know how. If not:"
2093
2083
msgstr ""
2094
2084
2095
2085
#: supervisor/shared/safe_mode.c
2096
2086
msgid ""
2097
2087
"The `microcontroller` module was used to boot into safe mode. Press reset to "
2098
- "exit safe mode.\n "
2088
+ "exit safe mode."
2099
2089
msgstr ""
2100
2090
2101
2091
#: shared-bindings/rgbmatrix/RGBMatrix.c
@@ -2106,7 +2096,7 @@ msgstr ""
2106
2096
msgid ""
2107
2097
"The microcontroller's power dipped. Make sure your power supply provides\n"
2108
2098
"enough power for the whole circuit and press reset (after ejecting "
2109
- "CIRCUITPY).\n "
2099
+ "CIRCUITPY)."
2110
2100
msgstr ""
2111
2101
2112
2102
#: shared-module/audiomixer/MixerVoice.c
@@ -2404,7 +2394,12 @@ msgid "Writes not supported on Characteristic"
2404
2394
msgstr ""
2405
2395
2406
2396
#: supervisor/shared/safe_mode.c
2407
- msgid "You are in safe mode: something unanticipated happened.\n"
2397
+ msgid "You are in safe mode because:\n"
2398
+ msgstr ""
2399
+
2400
+ #: supervisor/shared/safe_mode.c
2401
+ msgid ""
2402
+ "You pressed the reset button during boot. Press again to exit safe mode."
2408
2403
msgstr ""
2409
2404
2410
2405
#: supervisor/shared/safe_mode.c
0 commit comments