From 27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea Mon Sep 17 00:00:00 2001 From: momo-i Date: Tue, 19 May 2009 00:45:51 +0000 Subject: Add Hint for translators --- admin/users.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') diff --git a/admin/users.php b/admin/users.php index 9e801ca5..2726b740 100644 --- a/admin/users.php +++ b/admin/users.php @@ -126,6 +126,7 @@ switch ($_REQUEST['action']) { elseif ($access == 25){ $access = _('User');} elseif ($access == 100){ $access = _('Admin');} + /* HINT: %1 Username, %2 Access num */ show_confirmation(_('New User Added'),sprintf(_('%1$s has been created with an access level of %2$s'), $username, $access), Config::get('web_path').'/admin/users.php'); break; case 'enable': -- cgit