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

@ -9,7 +9,7 @@
%tr
%th Datum
%th Betrag
%th Lieferant
%th Lieferantin
%th
%tbody
- for invoice in @unpaid_invoices
@ -48,7 +48,7 @@
%table.list
%thead
%tr
%th Lieferant
%th Lieferantin
%th Ende
%th Betrag(FC)
%th

View file

@ -8,7 +8,7 @@
- if @invoice.order
%p= "Diese Rechnung ist mit einer #{link_to "Bestellung", @invoice.order} verknüpft."
%p
Lieferant
Lieferantin
%br/
= f.select :supplier_id, Supplier.all.collect { |s| [s.name, s.id] }
%p

View file

@ -4,7 +4,7 @@
<thead>
<tr>
<th>Nummer</th>
<th>Lieferant</th>
<th>Lieferantin</th>
<th>Datum</th>
<th>Bezahlt am</th>
<th>Betrag</th>

View file

@ -1,7 +1,7 @@
- title "Rechnung #{@invoice.number}"
%p
%b Lieferant:
%b Lieferantin:
=h @invoice.supplier.name
- if @invoice.delivery
%p