Skip to content

Commit

Permalink
Transfer deleted files to the active user. Or at least say that's wha…
Browse files Browse the repository at this point in the history
…t we're going to do, we actually transfer them to one of the admins
  • Loading branch information
bharat committed Sep 10, 2010
1 parent 36f3a03 commit d698a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user/views/admin_users_delete_user.html.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-admin-users-delete-user">
<p>
<?= t("Really delete <b>%name</b>? Any photos, movies or albums owned by this user will transfer ownership to <b>%new_owner</b>.", array("name" => $user->display_name(), "new_owner" => identity::admin_user()->display_name())) ?>
<?= t("Really delete <b>%name</b>? Any photos, movies or albums owned by this user will transfer ownership to <b>%new_owner</b>.", array("name" => $user->display_name(), "new_owner" => identity::active_user()->display_name())) ?>
</p>
<?= $form ?>
</div>

0 comments on commit d698a19

Please sign in to comment.