File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ string_view_utf8 FooterItemFinda::static_makeView(int value) {
25
25
// @@TODO there is a strange comment in FooterItemFSensor::static_makeView about the last character not being rendered
26
26
// Not sure why but using the same workaround.
27
27
// Another funny thing is that the LED in FINDA shows the exact opposite - this needs to be discussed with Content ;)
28
- static const char on[] = " ON " ; // filament present
29
- static const char off[] = " OFF " ; // filament NOT present
30
- return string_view_utf8::MakeCPUFLASH (( const uint8_t *)( value ? on : off) );
28
+ static const char on[] = N_ ( " ON " ) ; // filament present
29
+ static const char off[] = N_ ( " OFF " ) ; // filament NOT present
30
+ return _ ( value ? on : off);
31
31
}
32
32
33
33
FooterItemCurrentTool::FooterItemCurrentTool (window_t *parent)
You can’t perform that action at this time.
0 commit comments