From f89db624d88df2536bde1bff0a3d3a77ed10ad7f Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Fri, 2 May 2008 09:33:21 +0000 Subject: [PATCH] Make shareduploadconflict sound less weird --- languages/messages/MessagesEn.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 704569c0aa..9e4a78970b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -340,6 +340,7 @@ $magicWords = array( 'hiddencat' => array( 1, '__HIDDENCAT__' ), 'pagesincategory' => array( 1, 'PAGESINCATEGORY', 'PAGESINCAT' ), 'pagesize' => array( 1, 'PAGESIZE' ), + 'gallerywidth' => array( 1, 'GALLERYWIDTH:' ), ); /** @@ -1716,7 +1717,7 @@ A click on a column header changes the sorting.', 'shareddescriptionfollows' => '-', # do not translate or duplicate this message to other languages 'shareduploadduplicate' => 'This file is a duplicate of $1 from shared repository.', 'shareduploadduplicate-linktext' => 'another file', -'shareduploadconflict' => 'This file has the same name as $1 from shared repository has.', +'shareduploadconflict' => 'This file has the same name as $1 from the shared repository.', 'shareduploadconflict-linktext' => 'another file', 'noimage' => 'No file by this name exists, you can $1.', 'noimage-linktext' => 'upload it', -- 2.20.1