From 702b23085c4ff47d311d3b608136f87765e27151 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 1 Apr 2011 03:49:32 +0200 Subject: [PATCH] Fixed typo --- src/sunstone/public/js/plugins/images-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/images-tab.js b/src/sunstone/public/js/plugins/images-tab.js index 82ac718ad6..8cc6697fa4 100644 --- a/src/sunstone/public/js/plugins/images-tab.js +++ b/src/sunstone/public/js/plugins/images-tab.js @@ -735,7 +735,7 @@ function setupCreateImageDialog(){ var exit = false; $('.img_man',this).each(function(){ if (!$('input',this).val().length){ - notifyError("There are mandatory missing parameters"); + notifyError("There are mandatory parameters missing"); exit = true; return false; }