From 8c18bd321f8ebe5d8b2b9fb66a542bcefc8714d3 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Tue, 26 Dec 2023 21:14:50 +0300 Subject: [PATCH] Rename section --- qucs/module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qucs/module.cpp b/qucs/module.cpp index 645a62bfd..9069579e4 100644 --- a/qucs/module.cpp +++ b/qucs/module.cpp @@ -231,7 +231,7 @@ void Module::intoCategory (Module * m) { #define REGISTER_SPICE_1(val) \ REGISTER_COMP_1 (QObject::tr("SPICE components"),val) #define REGISTER_SPICE_SEC_1(val) \ - REGISTER_COMP_1 (QObject::tr("SPICE specific sections"),val) + REGISTER_COMP_1 (QObject::tr("SPICE netlist sections"),val) #define REGISTER_SPICE_SIM_1(val) \ REGISTER_COMP_1 (QObject::tr("SPICE simulations"),val) #define REGISTER_XSPICE_1(val) \