diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 9b8c08d71..4960e752a 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -364,7 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Recording", "녹화"), ("Directory", "경로"), ("Automatically record incoming sessions", "들어오는 세션을 자동으로 녹화"), - ("Automatically record outgoing sessions", ""), + ("Automatically record outgoing sessions", "나가는 세션을 자동으로 녹화"), ("Change", "변경"), ("Start session recording", "세션 녹화 시작"), ("Stop session recording", "세션 녹화 중지"),