"copying and pasting" -> "copy and paste"

This commit is contained in:
rustdesk
2022-06-06 12:25:47 +08:00
parent 5c76410c76
commit 897d5c8cc9
16 changed files with 16 additions and 16 deletions

View File

@@ -157,7 +157,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Allow using keyboard and mouse", "允许使用键盘鼠标"),
("Allow using clipboard", "允许使用剪贴板"),
("Allow hearing sound", "允许听到声音"),
("Allow file copying and pasting", "允许复制粘贴文件"),
("Allow file copy and paste", "允许复制粘贴文件"),
("Connected", "已经连接"),
("Direct and encrypted connection", "加密直连"),
("Relayed and encrypted connection", "加密中继连接"),