Rename Accounts -> Accounting
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index f365914..b9fa257 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -69,6 +69,7 @@
 
 		# old
 		{
+			"label": _("Accounting"),
 			"module_name": "Accounts",
 			"color": "#3498db",
 			"icon": "octicon octicon-repo",
diff --git a/erpnext/config/help.py b/erpnext/config/help.py
index 9095ab6..1353892 100644
--- a/erpnext/config/help.py
+++ b/erpnext/config/help.py
@@ -70,7 +70,7 @@
 			]
 		},
 		{
-			"label": _("Accounts"),
+			"label": _("Accounting"),
 			"items": [
 				{
 					"type": "help",
diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py
index 1a119e8..2978bc3 100644
--- a/erpnext/config/setup.py
+++ b/erpnext/config/setup.py
@@ -109,7 +109,7 @@
 	]
 
 	for module, label, icon in (
-		("accounts", _("Accounts"), "fa fa-money"),
+		("accounts", _("Accounting"), "fa fa-money"),
 		("stock", _("Stock"), "fa fa-truck"),
 		("selling", _("Selling"), "fa fa-tag"),
 		("buying", _("Buying"), "fa fa-shopping-cart"),