Author: bleny Date: 2013-08-30 18:28:22 +0200 (Fri, 30 Aug 2013) New Revision: 397 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: fixes #3111 change message Modified: trunk/magalie-web/src/main/webapp/js/withdraw-item-input.js Modified: trunk/magalie-web/src/main/webapp/js/withdraw-item-input.js =================================================================== --- trunk/magalie-web/src/main/webapp/js/withdraw-item-input.js 2013-08-30 16:24:14 UTC (rev 396) +++ trunk/magalie-web/src/main/webapp/js/withdraw-item-input.js 2013-08-30 16:28:22 UTC (rev 397) @@ -70,7 +70,7 @@ } }); if (storageMovement.articleUnavailable) { - alert('Plus de stock'); + alert("Pas d'autre emplacement disponible"); } else { if (this.expectedQuantity) { storageMovement.expectedQuantity = Math.min(model.remaining(), storageMovement.storedArticle.quantity);