Skip to content

Commit

Permalink
Issue backdrop#2128: [UX] Improve help text on "Update modules" page (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
olafgrabienski authored and serundeputy committed Nov 5, 2016
1 parent 0a44987 commit 0bda0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/modules/installer/installer.manager.inc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ function installer_manager_update_form($form, $form_state = array(), $context) {

if (!empty($projects['manual'])) {
$prefix = '<h2>' . t('Manual updates required') . '</h2>';
$prefix .= '<p>' . t('Updates of Backdrop CMS core are not supported at this time.') . '</p>';
$prefix .= '<p>' . t('Updates of Backdrop CMS core using the web interface are not possible yet.') . '</p>';
$prefix .= '<p>' . t('You can update Backdrop CMS by replacing the old <code>/core</code> directory inside your docroot with the one included in the <a href="https://backdropcms.org/" title="Home page with download option">latest release</a>. For detailed instructions, see the <a href="https://backdropcms.org/upgrade" title="Handbook article">Upgrading Backdrop CMS</a> document online.') . '</p>';
$form['manual_updates'] = array(
'#type' => 'markup',
'#markup' => theme('table', array('header' => $headers, 'rows' => $projects['manual'])),
Expand Down

0 comments on commit 0bda0d6

Please sign in to comment.