Missed string change

This commit is contained in:
Dave Page
2016-06-17 15:28:40 +01:00
parent f2b6ab816b
commit be100b82e6

View File

@@ -59,7 +59,7 @@ define(
var menus = [{
name: 'query_tool', module: this, applies: ['tools'],
callback: 'show_query_tool', enable: query_tool_menu_enabled,
priority: 1, label: '{{ _('Query tool') }}',
priority: 1, label: '{{ _('Query Tool') }}',
icon: 'fa fa-bolt'
}];