diff --git a/src/lang/hu.rs b/src/lang/hu.rs index be1a5ee14..b3777e58d 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -729,6 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("server-oss-not-support-tip", "MEGJEGYZÉS: Az OSS RustDesk kiszolgáló nem támogatja ezt a funkciót."), ("input note here", "Megjegyzés bevitele"), ("note-at-conn-end-tip", "Megjegyzés a kapcsolat végén"), - ("Show terminal extra keys", ""), + ("Show terminal extra keys", "További terminálgombok megjelenítése"), ].iter().cloned().collect(); }