From: Tom Hughes Date: Wed, 24 Jun 2009 11:50:41 +0000 (+0000) Subject: Make the "what does this mean" link added in r16069 more like similar X-Git-Tag: live~8005 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2112dd7f63147526c52ea9e0e143e25b7f95c50f?ds=inline;hp=-c Make the "what does this mean" link added in r16069 more like similar notes on other forms. --- 2112dd7f63147526c52ea9e0e143e25b7f95c50f diff --git a/app/views/trace/_trace_form.html.erb b/app/views/trace/_trace_form.html.erb index 06a0e40d9..86fc29c3a 100644 --- a/app/views/trace/_trace_form.html.erb +++ b/app/views/trace/_trace_form.html.erb @@ -3,7 +3,7 @@ <%= t'trace.trace_form.upload_gpx' %><%= f.file_field :gpx_file, :size => 50, :maxlength => 255 %> <%= t'trace.trace_form.description' %><%= f.text_field :description, :size => 50, :maxlength => 255 %> <%= t'trace.trace_form.tags' %><%= f.text_field :tagstring, :size => 50, :maxlength => 255 %> - <%= t'trace.trace_form.public' %><%= f.check_box :public %> | <%= t'trace.trace_form.public_help' %> + <%= t'trace.trace_form.public' %><%= f.check_box :public %> (<%= t'trace.trace_form.public_help' %>) <%= submit_tag t('trace.trace_form.upload_button') %> | <%= t'trace.trace_form.help' %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 7a6f4bc89..4b90f9c7f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -646,7 +646,7 @@ en: description: "Description" tags: "Tags" public: "Public?" - public_help: "What does this mean?" + public_help: "what does this mean?" public_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces" upload_button: "Upload" help: "Help"