Skip to content

Commit

Permalink
adc: fix instrument name
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed Oct 31, 2024
1 parent 3f0d58d commit 6127327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adc/src/adcplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ bool ADCPlugin::loadPage()

void ADCPlugin::loadToolList()
{
m_toolList.append(SCOPY_NEW_TOOLMENUENTRY("time", "Time",
m_toolList.append(SCOPY_NEW_TOOLMENUENTRY("time", "ADC - Time",
":/gui/icons/" + Style::getAttribute(json::theme::icon_theme_folder) +
"/icons/tool_oscilloscope.svg"));
m_toolList.append(SCOPY_NEW_TOOLMENUENTRY("freq", "ADC - Frequency",
Expand Down

0 comments on commit 6127327

Please sign in to comment.