From 918ce865ca9ee7786f59ffe09da6bede4fa4d688 Mon Sep 17 00:00:00 2001 From: Kratos Date: Wed, 31 Dec 2025 06:27:53 +0100 Subject: [PATCH] Update hu.rs (#13918) Translate new string --- src/lang/hu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }