fix conflicts

This commit is contained in:
NicKoehler
2023-03-15 18:12:59 +01:00
48 changed files with 333 additions and 33 deletions

View File

@@ -477,6 +477,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Empty Username", ""),
("Empty Password", ""),
("Me", ""),
("identical_file_tip", ""),
("Show monitors in menu bar", ""),
].iter().cloned().collect();
}