diff options
author | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
commit | 27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea (patch) | |
tree | a342c9d203397019a706b25c0369655c36e9a055 /admin | |
parent | 3f2f2a124d04640937fcc9c01ebd1cfa6862603f (diff) | |
download | ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.gz ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.bz2 ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.zip |
Add Hint for translators
Diffstat (limited to 'admin')
-rw-r--r-- | admin/users.php | 1 |
1 files changed, 1 insertions, 0 deletions
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': |