diff options
Diffstat (limited to 'admin/thumbnail.php')
-rw-r--r-- | admin/thumbnail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/thumbnail.php b/admin/thumbnail.php index 87223ca00..cb876175b 100644 --- a/admin/thumbnail.php +++ b/admin/thumbnail.php @@ -142,8 +142,8 @@ function RatioResizeImg($info, $path, $newWidth, $newHeight, $tn_ext) // error else { - echo l10n('Picture unreachable or no support')." "; - if ( isset( $extenstion ) ) + echo l10n('Photo unreachable or no support')." "; + if ( isset( $extension ) ) { echo l10n('for the file format').' '.$extension; } |