www/js/global.js

changeset 278
dc22dd5d77fd
parent 258
943fbe0e9fd6
child 282
f765249d57d7
--- a/www/js/global.js	Thu Feb 14 16:28:37 2019 +0100
+++ b/www/js/global.js	Mon Feb 18 22:07:12 2019 +0100
@@ -196,9 +196,9 @@
 var FlocculationAdapter = new $.jqx.dataAdapter(FlocculationSource);
 
 var StarterTypeData = [
-	{ id: 0, en: 'Simple',  nl: 'simpel' },
-	{ id: 1, en: 'Aerated', nl: 'belucht' },
-	{ id: 2, en: 'Stirred', nl: 'geroerd' }
+	{ id: 0, en: 'Stirred', nl: 'Geroerd' },
+	{ id: 1, en: 'Shaken',  nl: 'Geschud' },
+	{ id: 2, en: 'Simple',  nl: 'Simpel' }
 ];
 var StarterTypeSource = {
 	localdata: StarterTypeData,

mercurial