From dee882d0b9890f3c6498447f2344cef4171a58dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 30 Apr 2005 01:47:55 +0000 Subject: [PATCH] * Replaced msg:noimage with something that doesn't use a custom style and it not mentions files rather than images. * msg:uploadnewversion now mentions files rather than images * Renamed msg:exifdata to msg:metadata --- languages/Language.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 197d546ee0..05e7ca32d8 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1047,12 +1047,8 @@ this old version, (rev) = revert to this old version. 'nolinkstoimage' => 'There are no pages that link to this image.', 'sharedupload' => 'This file is a shared upload and may be used by other projects.', 'shareduploadwiki' => 'Please see the [$1 image description page] for further information.', -'noimage' => "No image by this name exists. - -
-'''[$1 Upload this image]''' -
", -'uploadnewversion' => "[$1 Upload a new version of this image]", +'noimage' => 'No file by this name exists, you can [$1 upload it]', +'uploadnewversion' => '[$1 Upload a new version of this file]', # Statistics # @@ -1839,7 +1835,7 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); 'passwordtooshort' => 'Your password is too short. It must have at least $1 characters.', # Exif data -'exifdata' => 'Metadata', +'metadata' => 'Metadata', # Exif tags 'exif-imagewidth' =>'Image width', 'exif-imagelength' =>'Image height', -- 2.20.1