diff --git a/payment/uc_payment/uc_payment.module b/payment/uc_payment/uc_payment.module
index ad76cc3..7875d7b 100644
--- a/payment/uc_payment/uc_payment.module
+++ b/payment/uc_payment/uc_payment.module
@@ -24,8 +24,8 @@ require_once('uc_payment_order_pane.inc');
  */
 function uc_payment_menu() {
   $items['admin/store/settings/payment'] = array(
-    'title' => 'Payment settings',
-    'description' => 'Configure payment methods.',
+    'title' => 'Payment methods',
+    'description' => 'Choose and configure available payment methods.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_payment_methods_form'),
     'access arguments' => array('administer store'),
diff --git a/shipping/uc_quote/uc_quote.module b/shipping/uc_quote/uc_quote.module
index bafec6c..71e739f 100644
--- a/shipping/uc_quote/uc_quote.module
+++ b/shipping/uc_quote/uc_quote.module
@@ -31,7 +31,7 @@ function uc_quote_menu() {
   $items = array();
 
   $items['admin/store/settings/quotes'] = array(
-    'title' => 'Shipping quote settings',
+    'title' => 'Shipping quotes',
     'description' => 'Configure shipping quotes.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_quote_method_settings'),
diff --git a/uc_cart/uc_cart.module b/uc_cart/uc_cart.module
index 062b963..c994930 100644
--- a/uc_cart/uc_cart.module
+++ b/uc_cart/uc_cart.module
@@ -23,8 +23,8 @@ function uc_cart_menu() {
   $items = array();
 
   $items['admin/store/settings/cart'] = array(
-    'title' => 'Cart settings',
-    'description' => 'Configure the cart settings.',
+    'title' => 'Cart',
+    'description' => 'Configure the cart page display and settings.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_cart_cart_settings_form'),
     'access arguments' => array('administer store'),
@@ -48,8 +48,8 @@ function uc_cart_menu() {
   );
 
   $items['admin/store/settings/checkout'] = array(
-    'title' => 'Checkout settings',
-    'description' => 'Configure the checkout settings.',
+    'title' => 'Checkout',
+    'description' => 'Configure the checkout page display and completion rules.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_cart_checkout_settings_form'),
     'access arguments' => array('administer store'),
diff --git a/uc_cart_links/uc_cart_links.module b/uc_cart_links/uc_cart_links.module
index b437f5b..c8cbb0a 100644
--- a/uc_cart_links/uc_cart_links.module
+++ b/uc_cart_links/uc_cart_links.module
@@ -31,15 +31,15 @@ function uc_cart_links_help($section = 'admin/help#uc_cart_links', $arg = NULL)
  */
 function uc_cart_links_menu() {
   $items['admin/store/settings/cart-links'] = array(
-    'title' => 'Cart Links settings',
-    'description' => 'Configure and craft special product add to Cart Links.',
+    'title' => 'Cart links',
+    'description' => 'Configure and craft special links to add products directly to the cart.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_cart_links_settings_form'),
     'access arguments' => array('administer cart links'),
     'file' => 'uc_cart_links.admin.inc',
   );
   $items['admin/store/reports/cart-links'] = array(
-    'title' => 'Cart Links clicks',
+    'title' => 'Cart links',
     'description' => 'Track clicks through Cart Links.',
     'page callback' => 'uc_cart_links_report',
     'access arguments' => array('view cart links report'),
diff --git a/uc_catalog/uc_catalog.module b/uc_catalog/uc_catalog.module
index 1fcd57a..f1fd4e6 100644
--- a/uc_catalog/uc_catalog.module
+++ b/uc_catalog/uc_catalog.module
@@ -43,8 +43,8 @@ function uc_catalog_menu() {
     'type' => MENU_SUGGESTED_ITEM,
   );
   $items['admin/store/settings/catalog'] = array(
-    'title' => 'Catalog settings',
-    'description' => 'Configure the catalog settings.',
+    'title' => 'Catalog',
+    'description' => 'Configure the product catalog pages.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_catalog_settings_form'),
     'access arguments' => array('administer catalog'),
diff --git a/uc_order/uc_order.module b/uc_order/uc_order.module
index aba9fc2..33cd45e 100644
--- a/uc_order/uc_order.module
+++ b/uc_order/uc_order.module
@@ -74,8 +74,8 @@ function uc_order_menu() {
   $items = array();
 
   $items['admin/store/settings/orders'] = array(
-    'title' => 'Order settings',
-    'description' => 'Configure the order settings.',
+    'title' => 'Orders',
+    'description' => 'Configure the display and workflow for orders.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_order_settings_form'),
     'access arguments' => array('administer store'),
diff --git a/uc_product/uc_product.module b/uc_product/uc_product.module
index be4807d..e4e26d2 100644
--- a/uc_product/uc_product.module
+++ b/uc_product/uc_product.module
@@ -42,7 +42,7 @@ function uc_product_menu() {
     'file' => 'uc_product.admin.inc',
   );
   $items['admin/store/settings/products'] = array(
-    'title' => 'Product settings',
+    'title' => 'Products',
     'description' => 'Configure product settings.',
     'access arguments' => array('administer products'),
     'page callback' => 'drupal_get_form',
diff --git a/uc_stock/uc_stock.module b/uc_stock/uc_stock.module
index 6a77978..ce62cfe 100644
--- a/uc_stock/uc_stock.module
+++ b/uc_stock/uc_stock.module
@@ -37,8 +37,8 @@ function uc_stock_menu() {
   $items = array();
 
   $items['admin/store/settings/stock'] = array(
-    'title' => 'Stock settings',
-    'description' => 'View the stock settings.',
+    'title' => 'Stock notifications',
+    'description' => 'Enable or disable stock level notifications.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_stock_settings_form'),
     'access arguments' => array('administer product stock'),
diff --git a/uc_store/uc_store.module b/uc_store/uc_store.module
index 8ee1b73..452b077 100644
--- a/uc_store/uc_store.module
+++ b/uc_store/uc_store.module
@@ -114,8 +114,8 @@ function uc_store_menu() {
     'file' => 'uc_store.admin.inc',
   );
   $items['admin/store/settings/countries'] = array(
-    'title' => 'Country settings',
-    'description' => 'Configure countries and address formats.',
+    'title' => 'Countries and addresses',
+    'description' => 'Manage available countries and configure address formats.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_country_import_form'),
     'access arguments' => array('administer store'),
@@ -141,12 +141,13 @@ function uc_store_menu() {
   );
 
   $items['admin/store/settings/store'] = array(
-    'title' => 'Store settings',
-    'description' => 'Configure the main store settings.',
+    'title' => 'Store',
+    'description' => 'Configure basic store settings.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('uc_store_settings_form'),
     'access arguments' => array('administer store'),
     'file' => 'uc_store.admin.inc',
+    'weight' => -1,
   );
   $items['admin/store/settings/store/initials'] = array(
     'title' => 'User initials',
diff --git a/uc_taxes/uc_taxes.module b/uc_taxes/uc_taxes.module
index c8a44e2..a511205 100644
--- a/uc_taxes/uc_taxes.module
+++ b/uc_taxes/uc_taxes.module
@@ -29,8 +29,8 @@ function uc_taxes_menu() {
   $items = array();
 
   $items['admin/store/settings/taxes'] = array(
-    'title' => 'Tax rates and settings',
-    'description' => 'Configure the tax rates and settings.',
+    'title' => 'Taxes',
+    'description' => 'Configure tax rates and rules.',
     'page callback' => 'uc_taxes_admin_settings',
     'access arguments' => array('configure taxes'),
     'file' => 'uc_taxes.admin.inc',
