Skip to content
Snippets Groups Projects
Commit 589e6ec9 authored by Albert Gräf's avatar Albert Gräf
Browse files

Typo.

parent 8995e857
No related branches found
No related tags found
1 merge request!34Help fixes
......@@ -546,7 +546,7 @@ function create_menu(gui, type) {
}));
help_menu.append(m.help.manual = new gui.MenuItem({
label: l("menu.manual"),
tooltip: l("menu.manual")
tooltip: l("menu.manual_tt")
}));
help_menu.append(m.help.browser = new gui.MenuItem({
label: l("menu.browser"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment