diff --git a/immobilisations_autres.html b/immobilisations_autres.html
index ea2cf6f..bca64c5 100644
--- a/immobilisations_autres.html
+++ b/immobilisations_autres.html
@@ -108,16 +108,16 @@
{{if $status == "nsp"}}
{{:linkbutton
- label="Ajouter infos"
+ label="Paramètres"
href="add_infos.html?immo_id=%s&amort=0&op=new&type_immo=autres"|args:$immo_id
shape="settings"
target="_dialog"
}}
{{else}}
{{:linkbutton
- label="Modifier infos"
+ label="Paramètres"
href="modif_infos.html?immo_id=%s&amort=0&op=modif&type_immo=autres"|args:$immo_id
- shape="help"
+ shape="settings"
target="_dialog"
}}
{{/if}}
|