[open-ils-commits] r9450 - in trunk/Open-ILS/web/js/dojo/openils/widget: . nls/es

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 24 17:18:59 EDT 2008


Author: miker
Date: 2008-04-24 16:39:34 -0400 (Thu, 24 Apr 2008)
New Revision: 9450

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
   trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js
Log:
typo in translate

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2008-04-24 20:29:54 UTC (rev 9449)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2008-04-24 20:39:34 UTC (rev 9450)
@@ -49,7 +49,7 @@
 				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;

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js	2008-04-24 20:29:54 UTC (rev 9449)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js	2008-04-24 20:39:34 UTC (rev 9450)
@@ -1,7 +1,7 @@
 ({
 	locale : 'Escena',
 	translation : 'Traduccion',
-	translation : 'Traducir',
+	translate : 'Traducir',
 	create : 'Crear',
 	update : 'Actualizacion',
 	remove : 'Quitar'



More information about the open-ils-commits mailing list