Translations and other little improvements.

This commit is contained in:
Benjamin Meichsner 2009-02-12 21:38:41 +01:00
parent 951d19db6a
commit a0e10141dc
17 changed files with 63 additions and 58 deletions

View file

@ -3,7 +3,7 @@
.left_column{:style => "width:40em;"}
- form_for(@stock_taking) do |f|
.box_title
%h2 Lieferung anlegen
%h2 Inventur anlegen
.column_content
= f.error_messages
%p
@ -23,7 +23,7 @@
#stock_changes
= render :partial => 'stock_change', :collection => @stock_taking.stock_changes
%p
= f.submit "Invenur anlegen"
= f.submit "Inventur anlegen"
|
= link_to "Abbrechen", stock_takings_path