From cab13715e6cb08a07887ca3cc8f57014f3e8a586 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 24 Apr 2008 20:39:34 +0000 Subject: [PATCH] typo in translate git-svn-id: svn://svn.open-ils.org/ILS/trunk@9450 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js | 2 +- Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js b/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js index 935ae67ce8..d13c9a0b48 100644 --- a/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js +++ b/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js @@ -49,7 +49,7 @@ if(!dojo._hasResource["openils.widget.TranslatorPopup"]) { var nls = dojo.i18n.getLocalization("openils.widget", "TranslatorPopup"); this.localeLabelNode.textContent = nls.locale; this.translationLabelNode.textContent = nls.translation; - this.translateLabelNode.setLabel(nls.translation); + this.translateLabelNode.setLabel(nls.translate); this.createButtonNode.textContent = nls.create; this.updateButtonNode.textContent = nls.update; this.removeButtonNode.textContent = nls.remove; diff --git a/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js b/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js index b6a446f4ea..b976c60395 100644 --- a/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js +++ b/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js @@ -1,7 +1,7 @@ ({ locale : 'Escena', translation : 'Traduccion', - translation : 'Traducir', + translate : 'Traducir', create : 'Crear', update : 'Actualizacion', remove : 'Quitar' -- 2.11.0