diff --git a/views/workbench_current_user.view.inc b/views/workbench_current_user.view.inc
index d2f2dae..6872121 100644
--- a/views/workbench_current_user.view.inc
+++ b/views/workbench_current_user.view.inc
@@ -57,7 +57,7 @@ $handler->display->display_options['fields']['edit_node']['field'] = 'edit_node'
 $handler->display->display_options['fields']['edit_node']['label'] = '';
 $handler->display->display_options['fields']['edit_node']['alter']['word_boundary'] = FALSE;
 $handler->display->display_options['fields']['edit_node']['alter']['ellipsis'] = FALSE;
-$handler->display->display_options['fields']['edit_node']['text'] = 'edit my profile';
+$handler->display->display_options['fields']['edit_node']['text'] = 'Edit profile';
 /* Filter criterion: User: Current */
 $handler->display->display_options['filters']['uid_current']['id'] = 'uid_current';
 $handler->display->display_options['filters']['uid_current']['table'] = 'users';
@@ -75,6 +75,6 @@ $translatables['workbench_current_user'] = array(
   t('Sort by'),
   t('Asc'),
   t('Desc'),
-  t('edit my profile'),
+  t('Edit profile'),
   t('Block'),
 );
diff --git a/views/workbench_edited.view.inc b/views/workbench_edited.view.inc
index ab1cfa2..424e83c 100644
--- a/views/workbench_edited.view.inc
+++ b/views/workbench_edited.view.inc
@@ -17,9 +17,9 @@ $view->disabled = FALSE; /* Edit this to true to make a default view disabled in
 
 /* Display: Defaults */
 $handler = $view->new_display('default', 'Defaults', 'default');
-$handler->display->display_options['title'] = 'My Edits';
+$handler->display->display_options['title'] = 'My edited content';
 $handler->display->display_options['use_more_always'] = TRUE;
-$handler->display->display_options['use_more_text'] = 'view all';
+$handler->display->display_options['use_more_text'] = 'View all';
 $handler->display->display_options['access']['type'] = 'perm';
 $handler->display->display_options['access']['perm'] = 'access workbench';
 $handler->display->display_options['cache']['type'] = 'none';
@@ -213,7 +213,7 @@ $handler = $view->new_display('page', 'Page', 'page_1');
 $handler->display->display_options['defaults']['hide_admin_links'] = FALSE;
 $handler->display->display_options['path'] = 'admin/workbench/content/edited';
 $handler->display->display_options['menu']['type'] = 'tab';
-$handler->display->display_options['menu']['title'] = 'My Edits';
+$handler->display->display_options['menu']['title'] = 'My edited content';
 $handler->display->display_options['menu']['weight'] = '1';
 
 /* Display: Block */
@@ -249,8 +249,8 @@ $handler->display->display_options['filters']['type']['relationship'] = 'vid';
 $handler->display->display_options['filters']['type']['operator'] = 'not empty';
 $translatables['workbench_edited'] = array(
   t('Defaults'),
-  t('My Edits'),
-  t('view all'),
+  t('My edited content'),
+  t('View all'),
   t('Apply'),
   t('Reset'),
   t('Sort by'),
diff --git a/views/workbench_recent_content.view.inc b/views/workbench_recent_content.view.inc
index 8ef52aa..1c0cd05 100644
--- a/views/workbench_recent_content.view.inc
+++ b/views/workbench_recent_content.view.inc
@@ -17,9 +17,9 @@ $view->disabled = FALSE; /* Edit this to true to make a default view disabled in
 
 /* Display: Defaults */
 $handler = $view->new_display('default', 'Defaults', 'default');
-$handler->display->display_options['title'] = 'All Recent Content';
+$handler->display->display_options['title'] = 'All recent content';
 $handler->display->display_options['use_more_always'] = TRUE;
-$handler->display->display_options['use_more_text'] = 'view all';
+$handler->display->display_options['use_more_text'] = 'View all';
 $handler->display->display_options['access']['type'] = 'perm';
 $handler->display->display_options['access']['perm'] = 'access workbench';
 $handler->display->display_options['cache']['type'] = 'none';
@@ -124,7 +124,7 @@ $handler->display->display_options['fields']['edit_node']['field'] = 'edit_node'
 $handler->display->display_options['fields']['edit_node']['label'] = 'Operations';
 $handler->display->display_options['fields']['edit_node']['alter']['word_boundary'] = FALSE;
 $handler->display->display_options['fields']['edit_node']['alter']['ellipsis'] = FALSE;
-$handler->display->display_options['fields']['edit_node']['text'] = 'edit';
+$handler->display->display_options['fields']['edit_node']['text'] = 'Edit';
 /* Sort criterion: Content: Updated date */
 $handler->display->display_options['sorts']['changed']['id'] = 'changed';
 $handler->display->display_options['sorts']['changed']['table'] = 'node';
@@ -206,10 +206,10 @@ $handler->display->display_options['fields']['edit_node']['field'] = 'edit_node'
 $handler->display->display_options['fields']['edit_node']['label'] = 'Operations';
 $handler->display->display_options['fields']['edit_node']['alter']['word_boundary'] = FALSE;
 $handler->display->display_options['fields']['edit_node']['alter']['ellipsis'] = FALSE;
-$handler->display->display_options['fields']['edit_node']['text'] = 'edit';
+$handler->display->display_options['fields']['edit_node']['text'] = 'Edit';
 $handler->display->display_options['path'] = 'admin/workbench/content/all';
 $handler->display->display_options['menu']['type'] = 'tab';
-$handler->display->display_options['menu']['title'] = 'All Recent Content';
+$handler->display->display_options['menu']['title'] = 'All recent content';
 $handler->display->display_options['menu']['weight'] = '2';
 
 /* Display: Block */
@@ -230,7 +230,7 @@ $handler->display->display_options['filters']['status']['field'] = 'status';
 $handler->display->display_options['filters']['status']['value'] = '1';
 $translatables['workbench_recent_content'] = array(
   t('Defaults'),
-  t('All Recent Content'),
+  t('All recent content'),
   t('view all'),
   t('Apply'),
   t('Reset'),
@@ -251,7 +251,7 @@ $translatables['workbench_recent_content'] = array(
   t('Author'),
   t('Last updated'),
   t('Operations'),
-  t('edit'),
+  t('Edit'),
   t('Published'),
   t('Page'),
   t('more'),
diff --git a/workbench.module b/workbench.module
index b4b6731..547af25 100644
--- a/workbench.module
+++ b/workbench.module
@@ -21,8 +21,8 @@ function workbench_menu() {
     'file path' => drupal_get_path('module', 'system'),
   );
   $items['admin/workbench'] = array(
-    'title' => 'My Workbench',
-    'description' => 'My Workbench area',
+    'title' => 'My workbench',
+    'description' => 'My workbench area',
     'page callback' => 'workbench_content',
     'access arguments' => array('access workbench'),
     'weight' => -20,
@@ -69,10 +69,10 @@ function workbench_menu() {
 function workbench_permission() {
   $permissions = array(
     'administer workbench' => array(
-      'title' => t('Administer Workbench settings'),
+      'title' => t('Administer workbench settings'),
     ),
     'access workbench' => array(
-      'title' => t('Access My Workbench'),
+      'title' => t('Access my workbench'),
     ),
   );
   return $permissions;
diff --git a/workbench.pages.inc b/workbench.pages.inc
index faa61bd..43177af 100644
--- a/workbench.pages.inc
+++ b/workbench.pages.inc
@@ -27,7 +27,7 @@ function workbench_content() {
   $output['#theme'] = 'workbench_element';
   // This left column is given a width of 35% by workbench.myworkbench.css.
   $output['workbench_current_user'] = array(
-    '#title' => t('My Profile'),
+    '#title' => t('My profile'),
     '#view' => 'workbench_current_user',
     '#view_display' => 'block_1',
     '#attributes' => array('class' => array('left', 'clearfix')),
diff --git a/workbench.pages_default.inc b/workbench.pages_default.inc
index 8adbe05..bfc9ab6 100644
--- a/workbench.pages_default.inc
+++ b/workbench.pages_default.inc
@@ -20,7 +20,7 @@ function workbench_default_page_manager_handlers() {
   $handler->handler = 'panel_context';
   $handler->weight = 100;
   $handler->conf = array(
-    'title' => 'Sample Workbench',
+    'title' => 'Sample workbench',
     'no_blocks' => 0,
     'pipeline' => 'standard',
     'css_id' => '',
@@ -44,7 +44,7 @@ function workbench_default_page_manager_handlers() {
     ),
   );
   $display->cache = array();
-  $display->title = 'My Workbench Sample';
+  $display->title = 'My workbench sample';
   $display->content = array();
   $display->panels = array();
     $pane = new stdClass;
@@ -151,9 +151,9 @@ function workbench_default_page_manager_handlers() {
     $pane->shown = TRUE;
     $pane->access = array();
     $pane->configuration = array(
-      'admin_title' => 'Sample Variant',
-      'title' => 'My Workbench created through Panels.',
-      'body' => '<em>You are viewing "My Workbench" as created by Page Manager and Panels. The module Views Content Panes is also recommended. Please read the <a href="http://drupal.org/node/1226174" target="_blank">Workbench documentation</a> for the best practices in using Panels and Page Manager with Workbench.</em>',
+      'admin_title' => 'Sample variant',
+      'title' => 'My workbench created through Panels.',
+      'body' => '<em>You are viewing "My workbench" as created by Page Manager and Panels. The Views Content Panes module is also recommended. Please read the <a href="http://drupal.org/node/1226174">Workbench documentation</a> for the best practices in using Panels and Page Manager with Workbench.</em>',
       'format' => 'filtered_html',
       'substitute' => 0,
     );
