changed label as it actually is about new report.

pull/6827/head
Wieland Lindenthal 14 years ago
parent 4fc6b7fa68
commit 5f53330588
  1. 2
      lib/widget/controls/query_name.rb

@ -2,7 +2,7 @@ class Widget::Controls::QueryName < Widget::Base
def render
options = { :id => "query_saved_name", "data-translations" => translations }
if @query.new_record?
name = l(:label_save_this_query)
name = l(:label_new_report)
icon = ""
else
name = @query.name

Loading…
Cancel
Save