diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
commit | c206a73dd21bd16e8666396455b42936a6551992 (patch) | |
tree | 678fb9b59dde4c7a1623d538044f91123d4fa2c5 /upload.php | |
parent | c4bb9c71dd3ca0cb3366623896d867903ce0c531 (diff) |
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php index cd94dbdff..948f0acda 100644 --- a/upload.php +++ b/upload.php @@ -258,7 +258,7 @@ if ( isset( $_POST['submit'] ) and !isset( $_GET['waiting_id'] ) ) $keyargs_content = array ( - get_l10n_args('Category: %s', get_cat_display_name($category['upper_names'], null, false)), + get_l10n_args('Album: %s', get_cat_display_name($category['upper_names'], null, false)), get_l10n_args('Picture name: %s', $_FILES['picture']['name']), get_l10n_args('User: %s', $_POST['username']), get_l10n_args('Email: %s', $_POST['mail_address']), |