From 321068447279208f127b48044ca28dac464d86ca Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 17 Aug 2014 16:03:08 +0000 Subject: missing semicolon git-svn-id: http://piwigo.org/svn/trunk@29228 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language/en_UK/admin.lang.php') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 7697fd1c0..5f3712607 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -802,7 +802,7 @@ $lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It $lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'The picture dimensions will be reduced to %dx%d pixels.'; $lang['The Piwigo export plugin allows you to create albums and export photos.'] = 'The Piwigo export plugin allows you to create albums and export photos.'; $lang['The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'] = 'The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'; -$lang['The settings for the guest are from the %s user']='The settings for the guest are from the %s user' +$lang['The settings for the guest are from the %s user']='The settings for the guest are from the %s user'; $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'; $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'; $lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded'; -- cgit v1.2.3