From 15a43d0fd9b5e07be37ad1ed544c014f249dbfd4 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 5 Jul 2004 21:26:35 +0000 Subject: [PATCH] Tweak to image upload message: show example image syntax that's ready for copy\&paste --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 08c067360e..cb3884d45a 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -808,10 +808,10 @@ agrees to license it under the terms of the $1.", 'largefile' => 'It is recommended that images not exceed 100k in size.', 'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.', 'successfulupload' => 'Successful upload', -'fileuploaded' => "File \"$1\" uploaded successfully. +'fileuploaded' => "File uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was -created and by whom, and anything else you may know about it.", +created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: [[Image:$1|thumb|Description]]", 'uploadwarning' => 'Upload warning', 'savefile' => 'Save file', 'uploadedimage' => "uploaded \"$1\"", -- 2.20.1