diff --git a/app/views/deliverables/_form.html.erb b/app/views/deliverables/_form.html.erb
index e2ea79f..d0af264 100644
--- a/app/views/deliverables/_form.html.erb
+++ b/app/views/deliverables/_form.html.erb
@@ -37,7 +37,7 @@
<% end %>
<% end %>
- <%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'} %>
+ <%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'}, :hint => l(:text_dollar_sign) %>
<% end %>