Projet

Général

Profil

Révision 6eb8d15f

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/user/views_handler_field_user_link_cancel.inc
22 22
    if ($uid && user_cancel_access($account)) {
23 23
      $this->options['alter']['make_link'] = TRUE;
24 24

  
25
      $text = !empty($this->options['text']) ? $this->options['text'] : t('cancel');
25
      $text = !empty($this->options['text']) ? $this->options['text'] : t('Cancel account');
26 26

  
27 27
      $this->options['alter']['path'] = "user/$uid/cancel";
28 28
      $this->options['alter']['query'] = drupal_get_destination();

Formats disponibles : Unified diff