Index: trunk/extensions/UploadLocal/UploadLocal.i18n.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | This helps remove repetitive text such as categories and metadata. |
35 | 35 | To '''append''' is to add to the end of text, while to '''prepend''' means to add to the beginning of text. |
36 | 36 | Especially for descriptions, make sure you give a few linebreaks before/after the text.", |
37 | | - |
| 37 | + |
38 | 38 | 'uploadlocal_error_exists' => 'The file $1 already exists.', |
39 | 39 | 'uploadlocal_error_empty' => 'The file you submitted was empty.', |
40 | 40 | 'uploadlocal_error_missing' => 'The file is missing an extension.', |
— | — | @@ -44,8 +44,8 @@ |
45 | 45 | 'uploadlocal_error_verify' => 'This file did not pass file verification: $1.', |
46 | 46 | 'uploadlocal_error_hook' => 'The modification you tried to make was aborted by an extension hook.', |
47 | 47 | 'uploadlocal_error_unknown' => 'An unknown error occurred.', |
48 | | - |
49 | | - 'right-uploadlocal' => 'Upload files from the local machine' |
50 | | - 'action-uploadlocal' => 'upload files from the local machine' |
| 48 | + |
| 49 | + 'right-uploadlocal' => 'Upload files from the local machine', |
| 50 | + 'action-uploadlocal' => 'upload files from the local machine', |
51 | 51 | ); |
52 | 52 | |