added key show_monitors_tip

This commit is contained in:
NicKoehler
2023-03-15 18:35:30 +01:00
parent 65d43a965f
commit c115a95fb1
34 changed files with 34 additions and 33 deletions

View File

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