mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user