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('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;