From 9fbed4761798513914310d8eb11c7576e21a8c57 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 27 Dec 2025 17:34:19 +0100 Subject: [PATCH] txenabled to txpause --- src/core/locale_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/locale_common.h b/src/core/locale_common.h index c9c2de3c1..48eca147d 100644 --- a/src/core/locale_common.h +++ b/src/core/locale_common.h @@ -42,7 +42,7 @@ MAKE_WORD(system) MAKE_WORD(fetch) MAKE_WORD(restart) MAKE_WORD(format) -MAKE_WORD(txenabled) +MAKE_WORD(txpause) MAKE_WORD(raw) MAKE_WORD(watch) MAKE_WORD(syslog) @@ -169,7 +169,7 @@ MAKE_WORD_CUSTOM(password_prompt, "Password: ") MAKE_WORD_CUSTOM(unset, "") MAKE_WORD_CUSTOM(enable_mandatory, "") MAKE_WORD_CUSTOM(service_mandatory, "") -MAKE_WORD_CUSTOM(txenabled_cmd, "enable/disable TX") +MAKE_WORD_CUSTOM(txpause_cmd, "enable/disable TX") // more common names that don't need translations MAKE_NOTRANSLATION(1x3min, "1x3min")