Merge remote-tracking branch 'origin/support/3.0' into develop

This commit is contained in:
Eric Espie
2022-03-03 10:23:38 +01:00
54 changed files with 631 additions and 901 deletions

View File

@@ -220,7 +220,7 @@ class PopoverMenuFactory
new JSPopupMenuItem(
'UI:AboutBox',
Dict::S('UI:AboutBox'),
'return ShowAboutBox();'
'return ShowAboutBox("'.Dict::S('UI:AboutBox').'");'
)
);