]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
more tranlations for validations. Bug fix for the missing translation of the gps...
[rails.git] / app / controllers / trace_controller.rb
index 1787bb196a162e225631e67d0e22c1db5e648de4..532893ef170ebc238523b8487db1cb61adffc5a8 100644 (file)
@@ -142,6 +142,7 @@ class TraceController < ApplicationController
         @trace.errors.add(:gpx_file, "can't be blank")
       end
     end
+    @title = I18n.t('trace.create.upload_trace')
   end
 
   def data