diff --git a/src/lang/template.rs b/src/lang/template.rs index 61d2e415d..b15bff45e 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -492,5 +492,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_desktop_title_tip", ""), ("no_desktop_text_tip", ""), ("No need to elevate", ""), + ("System Sound", ""), + ("Default", ""), ].iter().cloned().collect(); }