Little Ukrainian translation correction

This commit is contained in:
Bohdan Kmit 2019-10-24 10:54:00 +03:00
parent 90a161bec8
commit 32c26b6a11
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
#define D_RESTARTING "Перезавантаження" #define D_RESTARTING "Перезавантаження"
#define D_RESTART_REASON "Причина перезавантаження" #define D_RESTART_REASON "Причина перезавантаження"
#define D_RESTORE "відновлення" #define D_RESTORE "відновлення"
#define D_RETAINED "нерозподілений" #define D_RETAINED "зберігати"
#define D_RULE "Правило" #define D_RULE "Правило"
#define D_SAVE "Зберегти" #define D_SAVE "Зберегти"
#define D_SENSOR "Давач" #define D_SENSOR "Давач"

View File

@ -346,7 +346,7 @@ void MqttPublishLogging(const char *mxtime)
void MqttPublishDirect(const char* topic, bool retained) void MqttPublishDirect(const char* topic, bool retained)
{ {
char sretained[CMDSZ]; char sretained[CMDSZ];
char slog_type[10]; char slog_type[20];
#ifdef USE_DEBUG_DRIVER #ifdef USE_DEBUG_DRIVER
ShowFreeMem(PSTR("MqttPublishDirect")); ShowFreeMem(PSTR("MqttPublishDirect"));