From db19528c24ae2e89d872787b0da55e4ab231a16d Mon Sep 17 00:00:00 2001 From: Ibnul Mutaki Date: Sat, 28 Oct 2023 07:46:53 +0700 Subject: [PATCH] improve ID trans --- src/lang/id.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }