diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 7833d5747..a1046ed00 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Never", "從不"), ("During controlled", "被控期間"), ("During service is on", "服務開啟期間"), - ("Capture screen using DirectX", ""), + ("Capture screen using DirectX", "使用 DirectX 擷取螢幕"), ].iter().cloned().collect(); }