diff --git a/livesupport/modules/htmlUI/var/templates/file/edit.tpl b/livesupport/modules/htmlUI/var/templates/file/edit.tpl
index 7c19767e3..4250da01d 100755
--- a/livesupport/modules/htmlUI/var/templates/file/edit.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/edit.tpl
@@ -73,7 +73,7 @@ function showData()
{literal}
function showMData()
{
- alert ('First Data');
+ alert ('Data first!');
}
{/literal}
document.getElementById('div_MData').style.visibility='hidden';