File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2056,7 +2056,7 @@ msgid "Too many channels in sample."
20562056msgstr ""
20572057
20582058#: shared-module/displayio/__init__.c
2059- msgid "Too many display busses"
2059+ msgid "Too many display busses; forgot display.release_displays() ? "
20602060msgstr ""
20612061
20622062#: shared-module/displayio/__init__.c
Original file line number Diff line number Diff line change @@ -386,5 +386,5 @@ primary_display_bus_t *allocate_display_bus_or_raise(void) {
386386 if (result ) {
387387 return result ;
388388 }
389- mp_raise_RuntimeError (translate ("Too many display busses" ));
389+ mp_raise_RuntimeError (translate ("Too many display busses; forgot display.release_displays() ? " ));
390390}
Original file line number Diff line number Diff line change 2222
2323 missing = all_ids - po_ids
2424 if missing :
25- print ("Missing message id. Please run `make translate`" )
25+ print (
26+ "Missing message id. Please run `make translate` and then `git commit locale/circuitpython.pot`"
27+ )
2628 print (missing )
2729 sys .exit (- 1 )
2830 else :
You can’t perform that action at this time.
0 commit comments