diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
commit | 1b527e396434fa72c60dfd57fc00ea3e31bebefc (patch) | |
tree | 9f2fc07b5e3b2ce2dad3316168b9288ce5f7e535 /include | |
parent | afb04c02937046f22b2e71974c785c6ee70ae10f (diff) |
- language aditions/removal
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/derivative.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/derivative.inc.php b/include/derivative.inc.php index 6d0055def..c45c77b80 100644 --- a/include/derivative.inc.php +++ b/include/derivative.inc.php @@ -239,7 +239,7 @@ final class DerivativeImage function get_type() { if ($this->params == null) - return 'original'; + return 'Original'; return $this->params->type; } |