fix on msgbox

This commit is contained in:
open-trade
2022-01-05 16:48:09 +08:00
parent b24e16d6c1
commit 9c55e1efc8
4 changed files with 8 additions and 5 deletions

View File

@@ -191,5 +191,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add to Favorites", "加入到收藏"),
("Remove from Favorites", "从收藏中删除"),
("Empty", "空空如也"),
("Invalid folder name", "无效文件夹名称"),
].iter().cloned().collect();
}