# HG changeset patch # User Nattee Niparnan # Date 2015-02-12 11:55:02 # Node ID 619512f95ee836bd657fe9668023abb4655b96e3 # Parent 9941b31fd734fedc62423b7f2cea71edf53b4ad3 # Parent 7d1ae6f296d94978225026669a8a09c57ba6c212 merge diff --git a/app/views/problems/do_import.html.haml b/app/views/problems/do_import.html.haml --- a/app/views/problems/do_import.html.haml +++ b/app/views/problems/do_import.html.haml @@ -7,8 +7,7 @@ %b Problem: = "#{@problem.full_name} (#{@problem.name})" %br/ - Note that the full score has be assigned to the default value, 100. - You should change it to the correct full score. + = "Note that the full score has been set to #{@problem.full_score}." %p = link_to '[Back to problem list]', :action => 'list'