Re: [one-users] spelling error in error message

2013-06-21 Thread Daniel Molina
Hi Rolandas,


On 19 June 2013 08:12, Rolandas Naujikas rolandas.nauji...@mif.vu.ltwrote:

 diff -urbBd opennebula-3.8.3/src/sunstone/**public/js/opennebula.js
 opennebula-3.8.4/src/sunstone/**public/js/opennebula.js
 --- opennebula-3.8.3/src/sunstone/**public/js/opennebula.js 2013-01-11
 13:05:02.0 +0200
 +++ opennebula-3.8.4/src/sunstone/**public/js/opennebula.js 2013-06-11
 20:34:40.0 +0300
 @@ -1039,6 +1039,7 @@
  resource : MARKETPLACE,

  show : function(params){
 +params.error = notifyError(Cannot connect with OpenNebula
 Marketplace);

 OpenNebula.Action.show(params,**OpenNebula.Marketplace.**resource);
  },
  list : function(params){
 @@ -1059,7 +1060,7 @@
  callback(request, response) : null;
  },
  error: function(res){
 -return callback_error ? callback_error(request,
 OpenNebula.Error(res)) : null;
 +return notifyError(Cannot connect with OpenNebula
 Marketplace);
  }
  });
  }

 See 
 http://idioms.**thefreedictionary.com/connect+**withhttp://idioms.thefreedictionary.com/connect+with,
 probably better use 
 http://idioms.**thefreedictionary.com/connect+**tohttp://idioms.thefreedictionary.com/connect+to
 .



Fixed, thank you.

-- 
Join us at OpenNebulaConf2013 http://opennebulaconf.com/ in Berlin, 24-26
September, 2013
--
Daniel Molina
Project Engineer
OpenNebula - The Open Source Solution for Data Center Virtualization
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] spelling error in error message

2013-06-19 Thread Rolandas Naujikas
diff -urbBd opennebula-3.8.3/src/sunstone/public/js/opennebula.js 
opennebula-3.8.4/src/sunstone/public/js/opennebula.js
--- opennebula-3.8.3/src/sunstone/public/js/opennebula.js 
2013-01-11 13:05:02.0 +0200
+++ opennebula-3.8.4/src/sunstone/public/js/opennebula.js 
2013-06-11 20:34:40.0 +0300

@@ -1039,6 +1039,7 @@
 resource : MARKETPLACE,

 show : function(params){
+params.error = notifyError(Cannot connect with OpenNebula 
Marketplace);


OpenNebula.Action.show(params,OpenNebula.Marketplace.resource);
 },
 list : function(params){
@@ -1059,7 +1060,7 @@
 callback(request, response) : null;
 },
 error: function(res){
-return callback_error ? callback_error(request, 
OpenNebula.Error(res)) : null;
+return notifyError(Cannot connect with OpenNebula 
Marketplace);

 }
 });
 }

See http://idioms.thefreedictionary.com/connect+with, probably better 
use http://idioms.thefreedictionary.com/connect+to.

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org