Browse Source

ajout traduction de boutons

julpec 8 years ago
parent
commit
d1481931f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panorama/templates/panorama/view.html

+ 2 - 2
panorama/templates/panorama/view.html

@@ -117,8 +117,8 @@
                   <label class="form_col" title="L'altitude positive Ex: 170">{% trans "Altitude" %} :
                   <label class="form_col" title="L'altitude positive Ex: 170">{% trans "Altitude" %} :
                     <input  name="loca_altitude" type="number" min="-400" id="loca_altitude"/></label>
                     <input  name="loca_altitude" type="number" min="-400" id="loca_altitude"/></label>
                   <div class="answer">
                   <div class="answer">
-                    <input type="button" value="Localiser" id="loca_button"/>
-                    <input type="button" value="Effacer" id="loca_erase"/>
+                    <input type="button" value="{% trans "Localize" %}" id="loca_button"/>
+                    <input type="button" value="{% trans "Delete" %}" id="loca_erase"/>
                   </div>
                   </div>
             </li>
             </li>
         </ul>
         </ul>