145c145 < + 'description' => ($account->uid == $user->uid ? t('All submissions you made will be unpublished.') : t('All submissions made by this user will be unpublished.')), --- > + 'description' => ($account->uid == $user->uid ? t('All your submissions will be unpublished.') : t('All submissions made by this user will be unpublished.')), 151c151 < + 'description' => ($account->uid == $user->uid ? t('All submissions you made will be anonymized.') : t('All submissions made by this user will be attributed to the anonymous account.')), --- > + 'description' => ($account->uid == $user->uid ? t('All your submissions will be anonymized.') : t('All submissions made by this user will be attributed to the anonymous account.')), 157c157 < + 'description' => ($account->uid == $user->uid ? t('All submissions you made will be deleted.') : t('All submissions made by this user will be deleted.')), --- > + 'description' => ($account->uid == $user->uid ? t('All your submissions will be deleted.') : t('All submissions made by this user will be deleted.')), 234c234 < + 'description' => t('Remove or disable the own user account and anonymize, unpublish or remove all own submissions depending on the configured user settings.', array('@user-settings-url' => url('admin/user/settings'))), --- > + 'description' => t('Remove or disable own user account and anonymize, unpublish or remove own submissions depending on the configured user settings.', array('@user-settings-url' => url('admin/user/settings'))), 238c238 < + 'description' => t('Select the method for removing the own user account.'), --- > + 'description' => t('Select the method for removing own user account.'), 368c368 < +You may now remove your account on !uri_brief by clicking on this link or copying and pasting it in your browser: --- > +You may now remove your account on !uri_brief by clicking this link or copying and pasting it into your browser: 372c372 < +This link expires after one day and nothing will happen if it is not used.", $variables, $langcode); --- > +This link expires in one day and nothing will happen if it is not used.", $variables, $langcode); 473c473 < + '#title' => t('Do not send account removal confirmation and account deletion notification mails.'), --- > + '#title' => t('Do not send account removal confirmation and account deletion notification e-mails.'), 499c499 < + // privileges and no confirmation/notification mails shall be sent. --- > + // privileges; no confirmation/notification mails will be sent. 586c586 < + * Delete a user's own account. --- > + * Delete a user's account.