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

@@ -53,5 +53,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_lan_tip", "Oh no, it looks like we haven't discovered any peers yet."),
("empty_address_book_tip", "Oh dear, it appears that there are currently no peers listed in your address book."),
("identical_file_tip", "This file is identical with the peer's one."),
("show_monitors_tip", "Show monitors in toolbar")
].iter().cloned().collect();
}