fix trans

This commit is contained in:
rustdesk
2022-12-27 23:26:11 +08:00
parent ff5228f7d4
commit 75f57cf0fc
32 changed files with 94 additions and 45 deletions

View File

@@ -361,7 +361,7 @@ class MyIdMenu: Reactor.Component {
function showAbout() {
var name = handler.get_app_name();
msgbox("custom-nocancel-nook-hasclose", "About " + name, "<div style='line-height: 2em'> \
msgbox("custom-nocancel-nook-hasclose", translate("About") + " " + name, "<div style='line-height: 2em'> \
<div>Version: " + handler.get_version() + " \
<div .link .custom-event url='https://rustdesk.com/privacy'>Privacy Statement</div> \
<div .link .custom-event url='https://rustdesk.com'>Website</div> \