diff --git a/templates/root/tool_menu.mako b/templates/root/tool_menu.mako index 7fb4017a999..00106b3aa42 100644 --- a/templates/root/tool_menu.mako +++ b/templates/root/tool_menu.mako @@ -16,9 +16,9 @@ ## %if "[[" in tool.description and "]]" in tool.description: ## ${tool.description.replace( '[[', '' % $tool.id ).replace( "]]", "" ) %if tool.name: - ${tool.name} ${tool.description} + ${tool.name} ${tool.description} %else: - ${tool.description} + ${tool.description} %endif %endif @@ -32,7 +32,7 @@