fix: Changed Form Tour order and grammar fixes.
diff --git a/erpnext/stock/doctype/stock_settings/stock_settings.js b/erpnext/stock/doctype/stock_settings/stock_settings.js
index 81c6067..6f97572 100644
--- a/erpnext/stock/doctype/stock_settings/stock_settings.js
+++ b/erpnext/stock/doctype/stock_settings/stock_settings.js
@@ -23,19 +23,9 @@
 		description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a set Naming Series choose the 'Naming Series' option.")
 	},
 	{
-		fieldname: "valuation_method",
-		title: __("Valuation Method"),
-		description: __("Choose between FIFO and Moving Average Valuation Methods. Click") + "<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average'>here</a>" + __("to understand them")
-	},
-	{
-		fieldname: "show_barcode_field",
-		title: __("Show Barcode Field"),
-		description: __("Show 'Scan Barcode' field above every child table to insert Items with ease.")
-	},
-	{
 		fieldname: "default_warehouse",
 		title: __("Default Warehouse"),
-		description: __("Set a Default Warehouse for Inventory Transactions. This will be fetched into the Default Warehouse in the Item master:")
+		description: __("Set a Default Warehouse for Inventory Transactions. This will be fetched into the Default Warehouse in the Item master.")
 	},
 	{
 		fieldname: "allow_negative_stock",
@@ -44,6 +34,16 @@
 
 	},
 	{
+		fieldname: "valuation_method",
+		title: __("Valuation Method"),
+		description: __("Choose between FIFO and Moving Average Valuation Methods. Click ") + "<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average'>here</a>" + __(" to know more about them.")
+	},
+	{
+		fieldname: "show_barcode_field",
+		title: __("Show Barcode Field"),
+		description: __("Show 'Scan Barcode' field above every child table to insert Items with ease.")
+	},
+	{
 		fieldname: "automatically_set_serial_nos_based_on_fifo",
 		title: __("Automatically Set Serial Nos based on FIFO"),
 		description: __("Serial numbers for stock will be set automatically based on the Items entered based on first in first out in transactions like Purchase/Sales Invoices, Delivery Notes, etc.")
diff --git a/erpnext/stock/module_onboarding/stock/stock.json b/erpnext/stock/module_onboarding/stock/stock.json
index 28d8f67..5208dcb 100644
--- a/erpnext/stock/module_onboarding/stock/stock.json
+++ b/erpnext/stock/module_onboarding/stock/stock.json
@@ -19,7 +19,7 @@
  "documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
  "idx": 0,
  "is_complete": 0,
- "modified": "2020-05-15 04:02:23.634655",
+ "modified": "2020-05-19 13:13:19.157316",
  "modified_by": "Administrator",
  "module": "Stock",
  "name": "Stock",