Genderchanged string 'Lieferant'

* Since s.b. started this already. I changed every string 'Lieferant' to
 'Lieferantin' to give note on female existance in this world :-)
This commit is contained in:
sandoz 2009-03-22 13:56:54 +01:00
parent 7c6a01b0fc
commit 48b6515c08
20 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
- remote_form_for stock_article, :url => add_stock_article_stock_takings_path do |form|
= form.error_messages
%p
Lieferant
Lieferantin
%br/
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
%p

View file

@ -11,7 +11,7 @@
%table.list{:style => "width:30em"}
%tr
%th Artikel
%th Lieferant
%th Lieferantin
%th Einheit
%th Menge
- for stock_change in @stock_taking.stock_changes.all :include => :stock_article