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:
parent
7c6a01b0fc
commit
48b6515c08
20 changed files with 22 additions and 22 deletions
|
|
@ -6,7 +6,7 @@
|
|||
.column_content
|
||||
= form.hidden_field :supplier_id
|
||||
%p
|
||||
Lieferant:
|
||||
Lieferantin:
|
||||
= @order.name
|
||||
%p
|
||||
Notiz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%thead
|
||||
%tr
|
||||
%th[sort_td_class_helper "supplier"]
|
||||
= sort_link_helper "Lieferant", "supplier"
|
||||
= sort_link_helper "Lieferantin", "supplier"
|
||||
%th Start
|
||||
%th[sort_td_class_helper "ends"]
|
||||
= sort_link_helper "Ende", "ends"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
- form_tag do
|
||||
Neue Bestellung anlegen für
|
||||
%select{:onchange => "redirectTo(this)", :style => "font-size: 0.9em;margin-left:1em;"}
|
||||
%option{:selected => 'selected'} Lieferant auswählen...
|
||||
%option{:selected => 'selected'} Lieferantin auswählen...
|
||||
= options_for_suppliers_to_select
|
||||
%br/
|
||||
.left_column{:style => "width:55em"}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
%table.list
|
||||
%thead
|
||||
%tr
|
||||
%th Lieferant
|
||||
%th Lieferantin
|
||||
%th Ende
|
||||
%th Notiz
|
||||
%th{:colspan => "2"}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
%p
|
||||
%b{:style => "color:red"} Bestellung wurde noch nicht abgerechnet.
|
||||
%p
|
||||
Lieferant:
|
||||
Lieferantin:
|
||||
%b=h @order.name
|
||||
- unless @order.note.empty?
|
||||
%p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue