diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex index 6954e4e..995a9b2 100644 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex @@ -7,7 +7,7 @@ 'nut_Descriptive_paragraph' => 'Descriptive paragraph', 'nut_MasterUPS_UPSNAME@IP' => 'UPS name@localhost', 'nut_SlaveUPS_UPSNAME@IP' => 'Slave->Master UPSNAME@IP', -'nut_MasterUPS_Password' => Local server password', +'nut_MasterUPS_Password' => 'Local server password', 'nut_SlaveUPS_Password' => 'Slaves Password ->Server', 'nut_Nut_status' => 'Nut status', 'nut_Configure_NutUPS' => 'Configure NutUPS', diff --git a/smeserver-nutUPS.spec b/smeserver-nutUPS.spec index 740bf9a..903b8f2 100644 --- a/smeserver-nutUPS.spec +++ b/smeserver-nutUPS.spec @@ -4,7 +4,7 @@ Summary: SME server - nut UPS interaction module %define name smeserver-nutUPS Name: %{name} %define version 11.0.0 -%define release 7 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -25,8 +25,11 @@ A module which configures the Network UPS Tools suite for operation with the SME server software. %changelog +* Wed Mar 05 2025 Brian Read 11.0.0-8.sme +- typo in lex file [SME: 12949] + * Mon Mar 03 2025 Brian Read 11.0.0-7.sme -- Enhance UPS Status screen [SME: ] +- Enhance UPS Status screen [SME: i12949] * Mon Mar 03 2025 Brian Read 11.0.0-6.sme - Add in SM2 NutUPS configuration and status panel [SME: 12949]