diff --git a/src/lang/id.rs b/src/lang/id.rs index 49bc1460a..53114b747 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -566,11 +566,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show displays as individual windows", "Tampilkan dengan jendela terpisah"), ("Use all my displays for the remote session", "Gunakan semua layar untuk sesi remote"), ("selinux_tip", ""), - ("Change view", ""), + ("Change view", "Sesuaikan tampilan"), ("Big tiles", ""), ("Small tiles", ""), ("List", ""), - ("Virtual display", ""), + ("Virtual display", "Tampilan virtual"), ("Plug out all", ""), ].iter().cloned().collect(); }