<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -654,7 +654,7 @@ module Formtastic #:nodoc:
           template.hidden_field_tag(&quot;#{@object_name}[#{field_name}]&quot;, (hidden_value || 1), :id =&gt; html_id)
         else
           opts = set_options(options).merge(:prefix =&gt; @object_name, :field_name =&gt; field_name)
-          item_label_text = I18n.t(input.to_s, :default =&gt; input.to_s.humanize, :scope =&gt; [:formtastic])
+          item_label_text = I18n.t(input.to_s, :default =&gt; input.to_s.humanize, :scope =&gt; [:datetime, :prompts])
 
           template.content_tag(:li,
             template.content_tag(:label, item_label_text, :for =&gt; html_id) +</diff>
      <filename>lib/formtastic.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,10 +5,4 @@ en:
     create: 'Create'
     save: 'Save'
     submit: 'Submit'
-    year: 'Year'
-    month: 'Month'
-    day: 'Day'
-    hour: 'Hour'
-    minute: 'Minute'
-    second: 'Second'
     required: 'Required'</diff>
      <filename>lib/locale/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1720,10 +1720,10 @@ describe 'Formtastic' do
 
         describe 'when the locale changes the label text' do
           before do
-            I18n.backend.store_translations 'en', :formtastic =&gt; {
+            I18n.backend.store_translations 'en', :datetime =&gt; {:prompts =&gt; {
               :year =&gt; 'The Year', :month =&gt; 'The Month', :day =&gt; 'The Day',
               :hour =&gt; 'The Hour', :minute =&gt; 'The Minute'
-            }
+            }}
             semantic_form_for(@new_post) do |builder|
               concat(builder.input(:publish_at, :as =&gt; :datetime))
             end</diff>
      <filename>spec/formtastic_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f6829e840417167f1aef23fbb7f6cac1eeb5fe6</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Smick</name>
    <email>sprsquish@gmail.com</email>
  </author>
  <url>http://github.com/justinfrench/formtastic/commit/3a99177b6b43d16f360a22621db17b0e8514501d</url>
  <id>3a99177b6b43d16f360a22621db17b0e8514501d</id>
  <committed-date>2009-04-02T13:13:53-07:00</committed-date>
  <authored-date>2009-04-02T07:26:49-07:00</authored-date>
  <message>use already in-place datetime.prompts for translating datetime related labels

Signed-off-by: Justin French &lt;justin@indent.com.au&gt;</message>
  <tree>7007a258c41ba1515943bfb045407ace4afad24d</tree>
  <committer>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </committer>
</commit>
