Skip to content

Commit 05560ca

Browse files
committed
Update translation annotations
1 parent 3dfd274 commit 05560ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function __construct(Library $library)
3838
public function hookLibraryList(array &$libraries)
3939
{
4040
$libraries['jquery_file_upload'] = array(
41-
'name' => /* @text */'jQuery File Upload',
42-
'description' => /* @text */'File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery',
41+
'name' => 'jQuery File Upload', // @text
42+
'description' => 'File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery', // @text
4343
'type' => 'asset',
4444
'module' => 'jquery_file_upload',
4545
'url' => 'https://github.com/blueimp/jQuery-File-Upload',

0 commit comments

Comments
 (0)