Changeset 9450

Show
Ignore:
Timestamp:
04/24/08 16:39:34 (3 weeks ago)
Author:
miker
Message:

typo in translate

Location:
trunk/Open-ILS/web/js/dojo/openils/widget
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js

    r9448 r9450  
    5050                                this.localeLabelNode.textContent = nls.locale; 
    5151                                this.translationLabelNode.textContent = nls.translation; 
    52                                 this.translateLabelNode.setLabel(nls.translation); 
     52                                this.translateLabelNode.setLabel(nls.translate); 
    5353                                this.createButtonNode.textContent = nls.create; 
    5454                                this.updateButtonNode.textContent = nls.update; 
  • trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js

    r9448 r9450  
    22        locale : 'Escena', 
    33        translation : 'Traduccion', 
    4         translation : 'Traducir', 
     4        translate : 'Traducir', 
    55        create : 'Crear', 
    66        update : 'Actualizacion',