Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv22296
Modified Files:
List.js.jsp
Log Message:
i18n
See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates
Index: List.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/List.js.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- List.js.jsp 5 Jun 2008 14:25:50 -0000 1.11
+++ List.js.jsp 5 Jun 2008 14:28:04 -0000 1.12
@@ -13,7 +13,7 @@
* The user does not need to push a commit button. All data is implicitely
committed (after a few second of inactivity, or before unload).
*
* @author Michiel Meeuwissen
- * @version $Id: List.js.jsp,v 1.11 2008/06/05 14:25:50 michiel Exp $
+ * @version $Id: List.js.jsp,v 1.12 2008/06/05 14:28:04 michiel Exp $
*/
@@ -176,7 +176,7 @@
var really = true;
if ($(a).hasClass("confirm")) {
$($(a).parents("li")[0]).addClass("highlight");
- really = confirm("Really");
+ really = confirm('<fmt:message key="really" />');
$($(a).parents("li")[0]).removeClass("highlight");
}
if (really) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs