Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r03a003d5613ffaac6f9b96bef5170e9743642808 -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 03a003d5613ffaac6f9b96bef5170e9743642808) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -8,7 +8,7 @@ - Question statistics + <fmt:message key="label.qb.stats.title" /> @@ -97,11 +97,10 @@ function removeCollectionQuestion(collectionUid) { if (permanentRemove) { if (!permanentRemovePossible) { - alert("The question is in one collection only, so it would be permanently removed.\n" - + "It is not possible as the question is used in sequences."); + alert(''); return; } - if (!confirm("The question is in one collection only. Are you sure that you want to remove it permanently?")){ + if (!confirm('')){ return; } } @@ -137,10 +136,11 @@ - + +