Missed string change

pull/3/head
Dave Page 2016-06-17 15:28:40 +01:00
parent f2b6ab816b
commit be100b82e6
1 changed files with 1 additions and 1 deletions

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'
}];