Merge pull request #15039 from barbudor/fix_HU_variant

Fix empty D_START breaks GetStateNumber()
This commit is contained in:
Jason2866 2022-03-05 22:42:44 +01:00 committed by GitHub
commit 9c744ba4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@
#define D_SAVE "Mentés" #define D_SAVE "Mentés"
#define D_SENSOR "Szenzor" #define D_SENSOR "Szenzor"
#define D_SSID "SSID" #define D_SSID "SSID"
#define D_START "" #define D_START "Start"
#define D_STD_TIME "STD" #define D_STD_TIME "STD"
#define D_STOP "Leállítás" #define D_STOP "Leállítás"
#define D_SUBNET_MASK "Alhálózati maszk" #define D_SUBNET_MASK "Alhálózati maszk"