diff -u b/core/modules/quickedit/quickedit.module b/core/modules/quickedit/quickedit.module
--- b/core/modules/quickedit/quickedit.module
+++ b/core/modules/quickedit/quickedit.module
@@ -26,13 +26,13 @@
$output .= '
' . t('Uses') . '
';
$output .= '';
$output .= '- ' . t('In-place content editing') . '
';
- $output .= '- ' . t('For a user with sufficient permissions there are two ways of activating the in-place content editing.', array('!permissions' => \Drupal::url('user.admin_permissions', array(), array('fragment' => 'module-path'))));
+ $output .= '
- ' . t('For a user with sufficient permissions, there are two ways to make the contextual links activator button (which looks like a pencil in the core themes) visible:', array('!permissions' => \Drupal::url('user.admin_permissions', array(), array('fragment' => 'module-quickedit'))));
$output .= '
- ';
- $output .= t('By hovering the content, the contextual links will appear for the content.', array('!contextual' => \Drupal::url('help.page', array('name' => 'contextual'))));
+ $output .= t('By hovering over the content generated from the field, the contextual links will appear for the content.', array('!contextual' => \Drupal::url('help.page', array('name' => 'contextual'))));
$output .= '
- ';
- $output .= t('By clicking the Edit button (which looks like a pencil in the core themes) in the toolbar right corner, all contextual links will be shown.');
+ $output .= t('By clicking the Edit button (which looks like a pencil in the core themes) in the toolbar right corner, all contextual links will be shown. Edit button will be only available if Toolbar module is enabled.', array('!toolbar-help' => \Drupal::url('help.page', array('name' => 'toolbar'))));
$output .= '
';
- $output .= t('Clicking the contextual link there will be an option "Quick Edit" if available on that content. Choosing that all editable fields will be surronded by a blue border and the current active field will also have show a popup for that field.');
+ $output .= t('Clicking the contextual link for the content, there will be an option "Quick edit" if available for that content. Choosing "Quick edit" option will higlight all the editable fields and the current active field will also display a popup with the field name like Title or Body.');
$output .= ' ';
$output .= '
';
return $output;