Commit 5571cecf authored by heix's avatar heix Committed by renatog
Browse files

Issue #1935112 by heix, saphemmy, RenatoG: Missing t() funcion in invite.module

parent eb33f033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1313,7 +1313,7 @@ function invite_form_submit($form, &$form_state) {
      $form_state['invite_show_reg_links'] = TRUE;
      $form_state['invite_processed_invites'] = $processed_invites;
      $form_state['rebuild'] = TRUE;
      drupal_set_message('Your invitation has been successfully created.');
      drupal_set_message(t('Your invitation has been successfully created.'));
    }
  }
  if ($num_failed) {