From 3bac9adbd9b371764e6cf73f82f6ff00d137c28d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:50:24 +0200 Subject: [PATCH] Add new strings --- src/lang/template.rs | 2 ++ 1 file changed, 2 insertions(+) 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(); }